mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-10 06:05:47 -05:00
add back semicolon
This commit is contained in:
parent
64ac3b5203
commit
24252b836c
@ -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…
x
Reference in New Issue
Block a user