From 92b180b1e3c5d76bc56cc3bdb2177c1a5eb6e747 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 11 May 2016 11:04:10 -0400 Subject: [PATCH] (js) Fix new SOGoHelpURL usage --- UI/WebServerResources/js/Common/Common.app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/js/Common/Common.app.js b/UI/WebServerResources/js/Common/Common.app.js index 0df81d535..63aab7e6f 100644 --- a/UI/WebServerResources/js/Common/Common.app.js +++ b/UI/WebServerResources/js/Common/Common.app.js @@ -23,6 +23,7 @@ mail: UserMailPath || null, preferences: UserPreferencesPath || null, administration: (IsSuperUser ? UserAdministrationPath : null), + help: HelpURL || null, logoff: UserLogoffPath || null } };