Skip to content
Snippets Groups Projects
Commit 76713ff1 authored by Roman Karwacik's avatar Roman Karwacik
Browse files

Merge branch 'fix-autoreload' into 'master'

Fix autoreload

See merge request videoaginfra/website!31
parents 1ce941e8 190e2bc2
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,7 @@ $(function() {
})
});
$(document).ready(function() {
$("a.reloadonclose").click(function () {
$(document).on("click","a.reloadonclose",function () {
var popup = window.open(this.href, this.target);
if (!popup)
return true;
......@@ -144,6 +143,8 @@ $(document).ready(function() {
}, 500);
return false;
});
$(document).ready(function() {
$("a.chapterlink").click(function () {
videojs('videoplayer').currentTime($(this).data("seek-time"));
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment