summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index 2223cd9ee..80a00db1b 100644
--- a/prefs.js
+++ b/prefs.js
@@ -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.");