mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
added patch, redirect parm, translations
This commit is contained in:

committed by
Nicolas Le Goff

parent
86d326c704
commit
3434e4cab2
@@ -417,7 +417,7 @@ function manageSession(data, showMessages) {
|
||||
|
||||
|
||||
function disconnected() {
|
||||
showModal('disconnected', {title: 'Disconnection'});
|
||||
showModal('disconnected', {title: language.serverDisconnected});
|
||||
}
|
||||
|
||||
function showModal(cas, options) {
|
||||
@@ -453,7 +453,7 @@ function showModal(cas, options) {
|
||||
}
|
||||
|
||||
if(typeof(p4.Alerts) == "undefined") {
|
||||
alert("disconnected");
|
||||
alert(language.serverDisconnected);
|
||||
self.location.replace(self.location.href);
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user