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  c465895348632ae2f96509910f67d292d67e8b99 (commit)
      from  1d79c8a778079e7d8695e0f1b556e57ec7afeae6 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c465895348632ae2f96509910f67d292d67e8b99

commit c465895348632ae2f96509910f67d292d67e8b99
Author: Franck Villaume <[email protected]>
Date:   Mon May 16 17:21:52 2016 +0200

    ugly hack to get proper height in listfile docman view

diff --git a/src/www/docman/scripts/DocManController.js 
b/src/www/docman/scripts/DocManController.js
index a38b633..87ff0f5 100644
--- a/src/www/docman/scripts/DocManController.js
+++ b/src/www/docman/scripts/DocManController.js
@@ -92,7 +92,7 @@ DocManListFileController.prototype =
                        totalRightHeight -= fixwidth;
                        (this.params.divRight.outerHeight() - fixwidth < 0) ? 
useRightHeight = this.params.divRight.outerHeight() : useRightHeight = 
this.params.divRight.outerHeight() - fixwidth;
                        (useRightHeight < totalRightHeight) ? useRightHeight = 
totalRightHeight : useRightHeight ;
-                       (this.params.divLeft.outerHeight() > 
this.params.divRight.outerHeight()) ? mainheight = 
this.params.divLeft.outerHeight() : mainheight = useRightHeight;
+                       (this.params.divLeft.outerHeight() + 30 > 
this.params.divRight.outerHeight()) ? mainheight = 
this.params.divLeft.outerHeight() + 30 : mainheight = useRightHeight;
                }
                jQuery('#views').height(mainheight)
                                .split({orientation:'vertical', limit:100, 
position: splitterPosition});

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to