Update script.js

This commit is contained in:
Suresh Alse
2016-09-28 22:54:53 -07:00
committed by GitHub
parent 8f6fc6439a
commit f2987e7ee4

View File

@@ -11,9 +11,7 @@ function errorMessageBox(message) {
var msg =
"Operation failed: " + message + ". " +
"Please see error log for details.";
$("#info-body").html(msg);
$("#info-title").html("Error");
$("#info-popup").modal('show');
infoMessageBox(msg, "Error");
}
// modal with full control
function messageBox(body, title, ok_text, close_text, callback){