bumped jquery up

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-12 22:00:49 +01:00
parent f87527c7c0
commit dba60cd866
3 changed files with 5 additions and 11 deletions

View File

@@ -257,13 +257,7 @@ var List = {
List.check_error_videos(i + 1);
}
}).error(function (xhr, errorType, exception) {
Helper.log(["Emtpy-checker error at " + full_playlist[i].id + " " + full_playlist[i].title]);
socket.emit("error_video", {channel: chan.toLowerCase(), id: full_playlist[i].id, title: full_playlist[i].title});
if(full_playlist.length > i + 1 && window.location.pathname != "/") {
List.check_error_videos(i + 1);
}
});
})
},
dynamicContentPageJumpTo: function(page) {