bug in main.js for VideoJS on initial page load
This commit is contained in:
parent
bd20f6ed9a
commit
bc57d7f64e
|
@ -383,7 +383,7 @@
|
|||
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
||||
|
||||
// setup videos, since VideoJS won't take care of any loaded via AJAX
|
||||
_V_.autoSetup();
|
||||
if(typeof _V_ != 'undefined') _V_.autoSetup();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
2
js/main.min.js
vendored
2
js/main.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -391,7 +391,7 @@
|
|||
$j(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
||||
|
||||
// setup videos, since VideoJS won't take care of any loaded via AJAX
|
||||
_V_.autoSetup();
|
||||
if(typeof _V_ != 'undefined') _V_.autoSetup();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
2
view/theme/frost-mobile/js/main.min.js
vendored
2
view/theme/frost-mobile/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -406,7 +406,7 @@
|
|||
collapseHeight();
|
||||
|
||||
// setup videos, since VideoJS won't take care of any loaded via AJAX
|
||||
_V_.autoSetup();
|
||||
if(typeof _V_ != 'undefined') _V_.autoSetup();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
2
view/theme/frost/js/main.min.js
vendored
2
view/theme/frost/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue