2.3.2 added breadcrumb

This commit is contained in:
Trevor Squillario 2012-11-26 22:04:42 -05:00
parent 0b4581efba
commit d0990ba861
13 changed files with 152 additions and 46 deletions

View file

@ -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");