remove js debugging

This commit is contained in:
Mario Vavti 2016-08-13 22:27:53 +02:00
parent 1b90e851f9
commit 6f0ac133cc

View File

@ -635,7 +635,6 @@ function updateConvItems(mode,data) {
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
/* autocomplete bbcode */
$(".comment-edit-form textarea").bbco_autocomplete('bbcode');
console.log('bla');
var bimgs = ((preloadImages) ? false : $(".wall-item-body img").not(function() { return this.complete; }));
var bimgcount = bimgs.length;