[Fusionforge-commits] FusionForge branch master updated. 92926917b2bb2ed48518d851bff2673d0a0eaa4d

Franck VILLAUME nerville at fusionforge.org
Sun Nov 3 19:19:00 CET 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  92926917b2bb2ed48518d851bff2673d0a0eaa4d (commit)
      from  1cadc6304781e6e3ea0b10b3159a38c1af929e00 (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 92926917b2bb2ed48518d851bff2673d0a0eaa4d
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Nov 3 19:18:35 2013 +0100

    docman:
    - fix js syntax

diff --git a/src/www/docman/scripts/DocManController.js b/src/www/docman/scripts/DocManController.js
index 46cb74f..9b9c105 100644
--- a/src/www/docman/scripts/DocManController.js
+++ b/src/www/docman/scripts/DocManController.js
@@ -316,7 +316,7 @@ DocManAddFileController.prototype =
 		this.params.fileRow.find('input').attr("required", "required");
 		this.params.urlRow.hide();
 		this.params.urlRow.find('input').removeAttr("required");
-		this.params.pathRow.hide()
+		this.params.pathRow.hide();
 		this.params.pathRow.find('input').removeAttr("required");
 		this.params.editRow.hide();
 		this.params.editNameRow.hide();

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list