Change alert and button color on info and user history tables

This commit is contained in:
Jonathan Wong
2015-08-26 17:56:17 -07:00
parent ff0ed1abe4
commit 84ffcc7948
3 changed files with 40 additions and 17 deletions

View File

@@ -103,7 +103,7 @@
data: { row_id: history_to_delete[i] },
async: true,
success: function (data) {
var msg = "User history purged";
var msg = "History deleted";
showMsg(msg, false, true, 2000);
}
});