add back semicolon

This commit is contained in:
epicsam123
2025-06-30 22:38:30 -04:00
committed by GitHub
parent 64ac3b5203
commit 24252b836c

View File

@@ -450,7 +450,7 @@ if (!video_data.params.listen && video_data.params.annotations) {
if (target === 'current') {
location.href = path;
} else if (target === 'new') {
open(path, '_blank', 'noopener,noreferrer')
open(path, '_blank', 'noopener,noreferrer');
}
});