make dynamic resizable sidebox width app specific

This commit is contained in:
Ralf Becker
2009-11-18 20:00:26 +00:00
parent d18f839cbf
commit 221473ce0f
6 changed files with 50 additions and 42 deletions

View File

@@ -8,5 +8,5 @@ function dragSidebar()
function dropSidebar()
{
var mainbox = dd.elements.thesideboxcolumn;
xajax_doXMLHTTP("preferences.ajaxpreferences.storeEGWPref","common","idotssideboxwidth",mainbox.w);
xajax_doXMLHTTP("preferences.ajaxpreferences.storeEGWPref",currentapp,"idotssideboxwidth",mainbox.w);
}