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

committed by
Nicolas Le Goff

parent
86d326c704
commit
3434e4cab2
@@ -114,7 +114,7 @@
|
||||
},
|
||||
success: function(data){
|
||||
if(data && typeof(data.status) && data.status == "disconnected") {
|
||||
alert("Session expirée");
|
||||
alert("{% trans 'phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier' %}");
|
||||
self.location.replace(self.location.href);
|
||||
}
|
||||
//if(manageSession(data))
|
||||
|
Reference in New Issue
Block a user