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 385bba53881a01d3d4d80838d65883069305e316 (commit)
from 0571925e38220d2f46f7cd9e4b7f7a1a84c3f0e3 (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=385bba53881a01d3d4d80838d65883069305e316
commit 385bba53881a01d3d4d80838d65883069305e316
Author: Franck Villaume <[email protected]>
Date: Sat Dec 17 16:13:45 2016 +0100
clean display
diff --git a/src/www/docman/scripts/DocManController.js
b/src/www/docman/scripts/DocManController.js
index 6a67ac1..1e492af 100644
--- a/src/www/docman/scripts/DocManController.js
+++ b/src/www/docman/scripts/DocManController.js
@@ -561,6 +561,7 @@ DocManListFileController.prototype =
jQuery('#tr-optional-reviewers').hide();
jQuery('#review_complete').val(1);
jQuery.getJSON(this.listfileparams.docManURL +
'/?group_id=' + this.review.groupId +
'&action=getdocreviewcompleteform&docid='+this.review.docid+'&revid='+this.review.review
, jQuery.proxy(function(data){
+
jQuery('#editfile-completedreview').empty();
if (typeof data.html != 'undefined') {
jQuery('#editfile-completedreview').prepend(data.html);
}
@@ -575,6 +576,7 @@ DocManListFileController.prototype =
jQuery('#review-select-optional-users').gentleSelect({columns: 3, itemWidth:
150});
}
jQuery.getJSON(this.listfileparams.docManURL +
'/?group_id=' + this.review.groupId +
'&action=getdocreviewuserstatus&docid='+this.review.docid+'&revid='+this.review.review
, jQuery.proxy(function(data){
+ jQuery('#editfile-userstatusreview').empty();
if (typeof data.html != 'undefined') {
jQuery('#editfile-userstatusreview').prepend(data.html);
}
-----------------------------------------------------------------------
Summary of changes:
src/www/docman/scripts/DocManController.js | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits