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 ac371f17ed04e2733552a2da780295ab631edf8a (commit)
from 102c4375bc37c17a74b601894767ff1613ccedb0 (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=ac371f17ed04e2733552a2da780295ab631edf8a
commit ac371f17ed04e2733552a2da780295ab631edf8a
Author: Franck Villaume <[email protected]>
Date: Sun Jan 8 19:13:28 2017 +0100
fix double submit ...
diff --git a/src/www/tracker/scripts/js-ie-fix.js
b/src/www/tracker/scripts/js-ie-fix.js
index 45fb9b8..0cfc21d 100644
--- a/src/www/tracker/scripts/js-ie-fix.js
+++ b/src/www/tracker/scripts/js-ie-fix.js
@@ -32,7 +32,7 @@ function iefixform() {
jQuery('[form*="trackerform"]').each(function(index){
if (this.name != 'submit' && !jQuery(this).parent().is('form'))
{
jQuery(this).clone(true).css('display',
'none').appendTo(jQuery('#trackerform'));
- jQuery('#trackerform').submit();
}
});
+ jQuery('#trackerform').submit();
}
-----------------------------------------------------------------------
Summary of changes:
src/www/tracker/scripts/js-ie-fix.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