Commit d6f92556 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Fix redirect after logout

parent 60651d1c
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
})\n })\n
.push(function () {\n .push(function () {\n
document.cookie = "__ac=" + "=;expires=Thu, 01 Jan 1970 00:00:01 GMT;";\n document.cookie = "__ac=" + "=;expires=Thu, 01 Jan 1970 00:00:01 GMT;";\n
return form_gadget.redirect({page: "login"});\n return form_gadget.redirect({command: \'display\', options: {page: \'login\'}});\n
});\n });\n
});\n });\n
}(window, document, rJS, RSVP, promiseEventListener));</string> </value> }(window, document, rJS, RSVP, promiseEventListener));</string> </value>
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>945.54068.65304.28450</string> </value> <value> <string>946.39092.31370.59716</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1444986748.98</float> <float>1445528976.8</float>
<string>GMT</string> <string>GMT</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment