]> git.mxchange.org Git - friendica.git/blobdiff - view/js/acl.js
Merge pull request #5669 from annando/notices-in-notifications
[friendica.git] / view / js / acl.js
index 257e2c158fe867694cfc21c0a6b0df50a878500f..1f6d25d5aee148ede21b5440175b55eb4d5ddb51 100644 (file)
@@ -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}
  */