X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjs%2Facl.js;h=1f6d25d5aee148ede21b5440175b55eb4d5ddb51;hb=c1933fcb13db2f71aa3a6eacefde85fe0f5b36c1;hp=257e2c158fe867694cfc21c0a6b0df50a878500f;hpb=78de9d002243ed9a2e95feb76c1ee1bbd86fc348;p=friendica.git diff --git a/view/js/acl.js b/view/js/acl.js index 257e2c158f..1f6d25d5ae 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -42,9 +42,6 @@ function ACL(backend_url, preset, automention, is_mobile){ /* add/remove mentions */ this.element = $("#profile-jot-text"); this.htmlelm = this.element.get()[0]; - - /* startup! */ - this.get(0,100); } ACL.prototype.remove_mention = function(id) { @@ -344,7 +341,7 @@ ACL.prototype.populate = function(data){ /** * @brief Deselect previous selected contact. - * + * * @param {int} id The contact ID. * @returns {void} */