From: Hypolite Petovan Date: Tue, 23 Jan 2018 02:07:10 +0000 (-0500) Subject: Remove videojs reference from js/main X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=888f34a93eb873d23d4c15cf957da2b62106331c;p=friendica.git Remove videojs reference from js/main --- diff --git a/js/main.js b/js/main.js index 2feb2db727..6bf5149b2c 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(); }); }