From e817a3b3d0abb550d83fb4db34bb0bffa8cf3d61 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 6 Aug 2014 15:26:52 -0400 Subject: [PATCH] Improve JavaScript of SOGoRootPage module --- UI/Templates/MainUI/SOGoRootPage.wox | 16 +- .../js/Common/SOGoAuthentication.js | 165 ++++++++++++++++++ UI/WebServerResources/js/SOGoRootPage.js | 58 ++---- 3 files changed, 192 insertions(+), 47 deletions(-) create mode 100644 UI/WebServerResources/js/Common/SOGoAuthentication.js diff --git a/UI/Templates/MainUI/SOGoRootPage.wox b/UI/Templates/MainUI/SOGoRootPage.wox index 33f6cb891..ddec22a9f 100644 --- a/UI/Templates/MainUI/SOGoRootPage.wox +++ b/UI/Templates/MainUI/SOGoRootPage.wox @@ -7,10 +7,10 @@ xmlns:const="http://www.skyrix.com/od/constant" xmlns:rsrc="OGo:url" xmlns:label="OGo:label" - const:jsFiles="SOGo/SOGoAuthentication.js" + const:jsFiles="Common/SOGoAuthentication.js" const:popup="YES" > -
+