active_feed = false;
- notify("");
+ notify("Saving feed...");
xmlhttp.open("GET", "backend.php?op=pref-feeds&subop=editSave&id=" +
feed + "&l=" + param_escape(link) + "&t=" + param_escape(title) +
return
}
- notify("");
+ notify("Saving category...");
var cat_title = document.getElementById("iedit_title").value;
return;
}
- notify("");
+ notify("Saving label...");
active_label = false;
active_user = false;
- notify("");
+ notify("Saving user...");
xmlhttp.open("GET", "backend.php?op=pref-users&subop=editSave&id=" +
user + "&l=" + param_escape(login) + "&al=" + param_escape(level),
"&m=" + param_escape(v_match) + "&fid=" + param_escape(feed_id) +
"&aid=" + param_escape(action_id), true);
- notify("");
+ notify("Saving filter...");
xmlhttp.onreadystatechange=filterlist_callback;
xmlhttp.send(null);