aboutsummaryrefslogtreecommitdiffhomepage
path: root/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'content.js')
-rw-r--r--content.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/content.js b/content.js
index 98469dc8..73348973 100644
--- a/content.js
+++ b/content.js
@@ -184,6 +184,9 @@ function videoIDChange(id) {
return;
}
+ //close popup
+ closeInfoMenu();
+
//reset last sponsor times
lastTime = -1;
lastUnixTimeSkipped = -1;