diff --git a/lib/contacts.nsui.js b/lib/contacts.nsui.js index 763f49e..107a77d 100644 --- a/lib/contacts.nsui.js +++ b/lib/contacts.nsui.js @@ -67,6 +67,7 @@ ContactList.prototype.rmContact = function(name) { if (this.lst.children[i].children[0].innerHTML === name) { this.lst.removeChild(this.lst.children[i]); delete this.contacts[name]; + this.save(); break ; } }