mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-06 23:43:19 +00:00
Revert merge from inverse
https://github.com/Zentyal/sogo/pull/150 Because the login on web with the use of outlook is broken after including the DomainLessLogin feature
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
><script type="text/javascript"
|
||||
><var:if condition="hasRefreshMethod">
|
||||
var p = <var:if condition="singleWindowModeEnabled">parent</var:if><var:if condition="singleWindowModeEnabled" const:negate="YES">window.opener</var:if>;
|
||||
if (p) p.setTimeout(<var:string value="refreshMethod" const:escapeHTML="NO" />, 50);
|
||||
if (p) p.setTimeout('<var:string value="refreshMethod" const:escapeHTML="NO" />;', 50);
|
||||
</var:if>
|
||||
onCloseButtonClick();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user