X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Fmain.js;h=7e1c22ecfc61642ed1191452153421899a3647c3;hb=de431e185e81cf7fe3f73b2977f777c040964479;hp=bba5e92969771dc9d039e65d3b8a152b903642fe;hpb=24d471620404e56105671b00f32738881e5af24b;p=friendica.git diff --git a/js/main.js b/js/main.js index bba5e92969..7e1c22ecfc 100644 --- a/js/main.js +++ b/js/main.js @@ -9,7 +9,7 @@ if (h==ch) { return; } - console.log("_resizeIframe", obj, desth, ch); + //console.log("_resizeIframe", obj, desth, ch); if (desth!=ch) { setTimeout(_resizeIframe, 500, obj, ch); } else { @@ -494,7 +494,9 @@ $('body').css('cursor', 'auto'); } /* autocomplete @nicknames */ - $(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl"); + $(".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();