Made popup close on video change

This commit is contained in:
Ajay Ramachandran
2019-08-03 23:30:45 -04:00
parent 6d67559627
commit 38bb50a472
2 changed files with 4 additions and 1 deletions

View File

@@ -184,6 +184,9 @@ function videoIDChange(id) {
return;
}
//close popup
closeInfoMenu();
//reset last sponsor times
lastTime = -1;
lastUnixTimeSkipped = -1;