mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
replace currentapp occurence with egw_appName
This commit is contained in:
@ -8,5 +8,5 @@ function dragSidebar()
|
||||
function dropSidebar()
|
||||
{
|
||||
var mainbox = dd.elements.thesideboxcolumn;
|
||||
xajax_doXMLHTTP("preferences.ajaxpreferences.storeEGWPref",currentapp,"idotssideboxwidth",mainbox.w);
|
||||
}
|
||||
xajax_doXMLHTTP("preferences.ajaxpreferences.storeEGWPref",egw_appName,"idotssideboxwidth",mainbox.w);
|
||||
}
|
||||
|
Reference in New Issue
Block a user