Remove videojs reference from js/main

This commit is contained in:
Hypolite Petovan 2018-01-22 21:07:10 -05:00
parent 388605702a
commit 888f34a93e
1 changed files with 0 additions and 3 deletions

View File

@ -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();
});
}