From e92e3694eed4fcea157334cb5ee0eb05d218e5f2 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 23 Jul 2013 10:12:00 +0000 Subject: [PATCH] replace currentapp occurence with egw_appName --- phpgwapi/js/dragDropFunctions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/js/dragDropFunctions.js b/phpgwapi/js/dragDropFunctions.js index 858fe585e2..56de4dbd65 100644 --- a/phpgwapi/js/dragDropFunctions.js +++ b/phpgwapi/js/dragDropFunctions.js @@ -8,5 +8,5 @@ function dragSidebar() function dropSidebar() { var mainbox = dd.elements.thesideboxcolumn; - xajax_doXMLHTTP("preferences.ajaxpreferences.storeEGWPref",currentapp,"idotssideboxwidth",mainbox.w); -} \ No newline at end of file + xajax_doXMLHTTP("preferences.ajaxpreferences.storeEGWPref",egw_appName,"idotssideboxwidth",mainbox.w); +}