change pnotify with noty

This commit is contained in:
s2
2020-06-08 11:51:45 +02:00
parent 27635904a6
commit 51c66fc3cb
200 changed files with 6503 additions and 23902 deletions

View File

@@ -10,6 +10,13 @@
// app startup
//configure noty
Noty.overrideDefaults({
layout: 'topRight',
theme: 'bootstrap-v4',
closeWith: ['click', 'button']
});
// set language
i18next
.use(i18nextBrowserLanguageDetector)