ben432rew / bitR

4 stars 3 forks source link

Minor HTML/JS error when deleting address book entry #238

Closed ben432rew closed 9 years ago

ben432rew commented 9 years ago

clicking the delete button in the address book actually deletes from the db but not immediately from the DOM, and throws an error in the console:

TypeError: localDB.removeAddress(...) is undefined localDB.removeAddress(address).done(function(returned){

from address.js (line 75, col 8)