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  543f03ef653adfcc05a71b705911803c2bc965d8 (commit)
      from  b7c2cf7260f0563b6d7ce4eab7e69d341db5fb5d (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=543f03ef653adfcc05a71b705911803c2bc965d8

commit 543f03ef653adfcc05a71b705911803c2bc965d8
Author: Franck Villaume <[email protected]>
Date:   Wed Nov 16 16:03:26 2016 +0100

    fix multiple actions display

diff --git a/src/www/docman/scripts/DocManController.js 
b/src/www/docman/scripts/DocManController.js
index 9ae822a..45532d3 100644
--- a/src/www/docman/scripts/DocManController.js
+++ b/src/www/docman/scripts/DocManController.js
@@ -449,6 +449,7 @@ DocManListFileController.prototype =
                                        jQuery('#tabbereditfile-association > 
.information').remove();
                                        jQuery('#tabbereditfile-association > 
table').remove();
                                        jQuery('#tabbereditfile-association > 
span').remove();
+                                       jQuery('#tabbereditfile-association > 
p').remove();
                                        
jQuery('#tabbereditfile-association').prepend(data.html);
                                }
                                if (typeof data.htmltab != 'undefined') {

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to