[Fusionforge-commits] FusionForge branch master updated. 4b02089c1107d07bf5fab94dfb252e35696fd563

Alain Peyrat aljeux at fusionforge.org
Thu Oct 17 10:00:28 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  4b02089c1107d07bf5fab94dfb252e35696fd563 (commit)
      from  d8692c8ae097d0b158f3732c3bd000bb8746a164 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b02089c1107d07bf5fab94dfb252e35696fd563
Author: Alain Peyrat <alain.peyrat at alcatel-lucent.com>
Date:   Thu Oct 17 10:00:22 2013 +0200

    Drop width() setting in DocManController.js, more compatible with extra themes

diff --git a/src/www/docman/scripts/DocManController.js b/src/www/docman/scripts/DocManController.js
index 10b74f5..7ea518b 100644
--- a/src/www/docman/scripts/DocManController.js
+++ b/src/www/docman/scripts/DocManController.js
@@ -68,7 +68,7 @@ DocManListFileController.prototype =
 			splitterPosition = Math.round(storedSplitterPosition * 100 / mainwidth )+'%';
 		}
 		(jQuery(this.params.divLeft).height() > jQuery(this.params.divRight).height()) ? mainheight = jQuery(this.params.divLeft).height() : mainheight = jQuery('#rightdiv').height();
-		jQuery('#views'))
+		jQuery('#views')
 				.height(mainheight)
 				.split({orientation:'vertical', limit:100, position: splitterPosition});
 		jQuery('.vsplitter').mouseup(function(){
@@ -76,7 +76,7 @@ DocManListFileController.prototype =
 		});
 		jQuery(window).resize(function(){
 			(jQuery(this.params.divLeft).height() > jQuery(this.params.divRight)) ? mainheight = jQuery(this.params.divLeft).height() : mainheight = jQuery('#rightdiv').height();
-			jQuery('#views').width(jQuery(window).width() - 35).height(mainheight);
+			jQuery('#views').height(mainheight);
 		});
 	},
 

-----------------------------------------------------------------------

Summary of changes:
 src/www/docman/scripts/DocManController.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list