Remove videojs reference from js/main
This commit is contained in:
parent
388605702a
commit
888f34a93e
|
@ -498,9 +498,6 @@
|
|||
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl");
|
||||
/* autocomplete bbcode */
|
||||
$(".comment-edit-form textarea").bbco_autocomplete('bbcode');
|
||||
|
||||
// setup videos, since VideoJS won't take care of any loaded via AJAX
|
||||
if(typeof videojs != 'undefined') videojs.autoSetup();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue