Remove videojs reference from js/main
This commit is contained in:
parent
388605702a
commit
888f34a93e
1 changed files with 0 additions and 3 deletions
|
@ -498,9 +498,6 @@
|
||||||
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl");
|
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl");
|
||||||
/* autocomplete bbcode */
|
/* autocomplete bbcode */
|
||||||
$(".comment-edit-form textarea").bbco_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