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
commit 0f10c21a66
3 changed files with 40 additions and 13 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);
}
});