mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
modularize dialog Module (no more p4.dialog)
This commit is contained in:
@@ -1099,7 +1099,7 @@ function pollNotifications() {
|
||||
},
|
||||
success: function (data) {
|
||||
if (data) {
|
||||
manageSession(data);
|
||||
commonModule.manageSession(data);
|
||||
}
|
||||
var t = 120000;
|
||||
if (data.apps && parseInt(data.apps) > 1) {
|
||||
|
Reference in New Issue
Block a user