2.3.2 added breadcrumb
This commit is contained in:
parent
0b4581efba
commit
d0990ba861
13 changed files with 152 additions and 46 deletions
|
@ -253,7 +253,7 @@ function showNotification(pic, title, text, type, bind) {
|
|||
notifications.push(popup);
|
||||
setTimeout(function (notWin) {
|
||||
notWin.cancel();
|
||||
}, 10000, popup);
|
||||
}, 20000, popup);
|
||||
popup.show();
|
||||
} else {
|
||||
console.log("showNotification: No Permission");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue