replace currentapp occurence with egw_appName

This commit is contained in:
Klaus Leithoff 2013-07-23 10:12:00 +00:00
parent 0bca64517c
commit e92e3694ee

View File

@ -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);
}