X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Fmain.js;fp=js%2Fmain.js;h=6bf5149b2cc7cfcf84435bdeefc113cafa5353b9;hb=888f34a93eb873d23d4c15cf957da2b62106331c;hp=2feb2db727857c0da47e26372c40f22a998ffb50;hpb=388605702a25355e8e22e518c4a4c395e63aedb4;p=friendica.git 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(); }); }