diff --git a/js/main.js b/js/main.js index 2feb2db72..6bf5149b2 100644 --- a/js/main.js +++ b/js/main.js @@ -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(); }); }