$.post("controller.pl", data, kivi.eval_json_result);
};
+ ns.email_dialog_disable_send = function() {
+ // disable mail send event to prevent
+ // impatient users to send multiple times
+ $('#send_email').prop('disabled', true);
+ };
+
ns.close_email_dialog = function() {
email_dialog.dialog("close");
};
pp.o.multiple=1;
pp.open_dialog();
};
-ns.email_dialog_disable_send = function() {
- // disable mail send event to prevent
- // impatient users to send multiple times
- $('#send_email').prop('disabled', true);
- };
ns.add_multi_items = function(data) {
var insert_before_item_id = ns.get_insert_before_item_id($('#multi_items_position').val());