mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Change alert and button color on info and user history tables
This commit is contained in:
parent
f2b9984cd6
commit
0f10c21a66
3 changed files with 40 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue