mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -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
|
@ -267,9 +267,9 @@ class OutputWaiter {
|
|||
}
|
||||
|
||||
if (success) {
|
||||
this.app.alert("Copied raw output successfully.", "success", 2000);
|
||||
this.app.alert("Copied raw output successfully.", 2000);
|
||||
} else {
|
||||
this.app.alert("Sorry, the output could not be copied.", "danger", 2000);
|
||||
this.app.alert("Sorry, the output could not be copied.", 3000);
|
||||
}
|
||||
|
||||
// Clean up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue