diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-08-20 12:51:09 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-08-20 12:51:09 +0100 |
| commit | 3076c7b8ed6b9fa9cdb8019c0bdc79860fac29be (patch) | |
| tree | 691ea09100c475ac74fba36ca42afcc439ab9687 /prefs.js | |
| parent | ae661a8cfc4b21a4fa00db56d2e6827da674adca (diff) | |
misc interface tweaks, update translations
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ function replace_pubkey_callback() { link.href = new_link.firstChild.nodeValue; link.innerHTML = new_link.firstChild.nodeValue; + new Effect.Highlight(link); + notify_info("Address changed."); } else { notify_error("Could not change address."); |