" + JSON.stringify(result) + "
",
+ size: BootstrapDialog.SIZE_WIDE,
+ type: BootstrapDialog.TYPE_DANGER,
+ });
+ console.error(result);
+ }
+ },
+ error: function (result) {
+ BootstrapDialog.alert({
+ title: lang_general_word_error,
+ message: lang_qso_simplefle_error_save_to_log + "" + JSON.stringify(result) + "
",
+ size: BootstrapDialog.SIZE_WIDE,
+ type: BootstrapDialog.TYPE_DANGER,
+ });
+ console.error(result);
+ },
});
}
},