From 50bad812d3a4e3d7b91f69bc0579392dc2687f0f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 May 2006 09:03:25 +0100 Subject: close infobox on label edit cancel --- prefs.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'prefs.js') diff --git a/prefs.js b/prefs.js index 53abc6501..19fcc8b6a 100644 --- a/prefs.js +++ b/prefs.js @@ -684,6 +684,8 @@ function labelEditCancel() { // notify("Operation cancelled."); + closeInfoBox(); + xmlhttp.open("GET", "backend.php?op=pref-labels", true); xmlhttp.onreadystatechange=labellist_callback; xmlhttp.send(null); @@ -736,14 +738,15 @@ function labelEditSave() { return; } + closeInfoBox(); + notify("Saving label..."); active_label = false; query = Form.serialize("label_edit_form"); - xmlhttp.open("GET", "backend.php?" + query, true); - + xmlhttp.open("GET", "backend.php?" + query, true); xmlhttp.onreadystatechange=labellist_callback; xmlhttp.send(null); -- cgit v1.2.3