Aleksander Machniak
2012-05-09 951c9b3abbf55ea16a5757d42af2522408b07293
program/js/app.js
@@ -766,7 +766,7 @@
      case 'always-load':
        if (this.env.uid && this.env.sender) {
          this.add_contact(urlencode(this.env.sender));
          this.add_contact(this.env.sender);
          setTimeout(function(){ ref.command('load-images'); }, 300);
          break;
        }
@@ -3527,7 +3527,7 @@
  this.add_contact = function(value)
  {
    if (value)
      this.http_post('addcontact', '_address='+value);
      this.http_post('addcontact', {_address: value});
    return true;
  };