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 ec921f59d9ec9d8a2514bd95500ac993a18a9dd1 (commit)
from 5e320d6f60db642f17d3cd0ef57bbb9f8823df87 (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=ec921f59d9ec9d8a2514bd95500ac993a18a9dd1
commit ec921f59d9ec9d8a2514bd95500ac993a18a9dd1
Author: Franck Villaume <[email protected]>
Date: Tue Dec 15 22:31:36 2015 +0100
docman: javascript: no need to loop on show. one is enough
diff --git a/src/www/docman/scripts/DocManController.js
b/src/www/docman/scripts/DocManController.js
index 17d8227..8921714 100644
--- a/src/www/docman/scripts/DocManController.js
+++ b/src/www/docman/scripts/DocManController.js
@@ -423,6 +423,7 @@ DocManListFileController.prototype =
for (var h = 0; h < jQuery('input:checked').length; h++) {
if (typeof(jQuery('input:checked')[h].className) !=
'undefined' && jQuery('input:checked')[h].className.match('checkeddocid'+id)) {
jQuery('#massaction'+id).show();
+ break;
}
}
}
-----------------------------------------------------------------------
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