mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Sorry, no default values for JS functions
This commit is contained in:
parent
2b19ba51a6
commit
d1c5e6da14
@ -436,7 +436,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
createNotice: function (severity, message, persist = false) {
|
||||
createNotice: function (severity, message, persist) {
|
||||
var c = severity;
|
||||
if (persist) {
|
||||
c += ' persist';
|
||||
|
Loading…
x
Reference in New Issue
Block a user