mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-22 14:31:02 -04:00
add back semicolon
This commit is contained in:
parent
64ac3b5203
commit
24252b836c
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ if (!video_data.params.listen && video_data.params.annotations) {
|
||||||
if (target === 'current') {
|
if (target === 'current') {
|
||||||
location.href = path;
|
location.href = path;
|
||||||
} else if (target === 'new') {
|
} else if (target === 'new') {
|
||||||
open(path, '_blank', 'noopener,noreferrer')
|
open(path, '_blank', 'noopener,noreferrer');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue