mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-17 03:35:07 -04:00
Replaced Bootstrap alert with Material Design snackbar
This commit is contained in:
parent
67dffbec32
commit
4338e2626b
13 changed files with 2227 additions and 2288 deletions
|
@ -264,7 +264,7 @@ class InputWaiter {
|
|||
}
|
||||
|
||||
if (r.hasOwnProperty("error")) {
|
||||
this.app.alert(r.error, "danger", 10000);
|
||||
this.app.alert(r.error, 10000);
|
||||
}
|
||||
|
||||
if (r.hasOwnProperty("fileBuffer")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue