diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-13 22:27:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-13 22:28:40 +0200 |
commit | 2c3843ee4cd1721a6089549547768f4ee00aee6a (patch) | |
tree | 86fb5f31f3a200f0c3e0a1e3edba7905934c7aa1 /view | |
parent | e5d1dd111e7f625ea750efffcd3615ccd2689b5a (diff) | |
download | volse-hubzilla-2c3843ee4cd1721a6089549547768f4ee00aee6a.tar.gz volse-hubzilla-2c3843ee4cd1721a6089549547768f4ee00aee6a.tar.bz2 volse-hubzilla-2c3843ee4cd1721a6089549547768f4ee00aee6a.zip |
remove js debugging
Diffstat (limited to 'view')
-rw-r--r-- | view/js/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 6fa4bf78a..21157bdfe 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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; |