Change alert and button color on info and user history tables
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user