forked from extern/egroupware
replace currentapp occurence with egw_appName
This commit is contained in:
parent
0bca64517c
commit
e92e3694ee
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user