mirror of
https://github.com/gchq/CyberChef
synced 2025-12-24 04:04:25 +00:00
Replaced Bootstrap alert with Material Design snackbar
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user