From: cajus Date: Wed, 12 Aug 2009 15:09:49 +0000 (+0000) Subject: Bad stuff in here... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80e98ff91007bc77d78d7b30854c2dd5d4e6c566;p=gosa.git Bad stuff in here... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14039 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/include/focus.js b/gosa-core/html/include/focus.js index 69f0a1ee8..e78e68fc3 100644 --- a/gosa-core/html/include/focus.js +++ b/gosa-core/html/include/focus.js @@ -391,6 +391,9 @@ function adjust_width(e) // Resize the body cells, 470 represents the info box and the navigation part var diff= width - div_width - 470; + if(document.getElementById('d_save')) { + diff= width - div_width - document.getElementById('d_save').value; + } // window has been upscaled if(div_width+diff>=600) {