mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +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;
|
var c = severity;
|
||||||
if (persist) {
|
if (persist) {
|
||||||
c += ' persist';
|
c += ' persist';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user