alecpl
2010-07-24 27ea62a57663632d6661c22025b9f0dfe2cead63
- Fix typo in update_contact_row() (#1486875)


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -3663,7 +3663,7 @@
        this.contact_list.remove_row(cid);
        this.contact_list.init_row(row);
        this.contact_list.selection[0] = newcid;
        ow.style.display = '';
        row.style.display = '';
      }
      return true;