Skip to content

Commit

Permalink
Item2321: I broke strikeone when extracting :(
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@10284 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Dec 13, 2010
1 parent d4d8eec commit ef05a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pub/System/JavascriptFiles/strikeone_src.js
Expand Up @@ -208,7 +208,7 @@ var StrikeOne = {
//console.debug("Submit "+form.name);
var input = form.validation_key;
if (input && input.value && input.value.charAt(0) == '?') {
input.value = calculateNewKey(input);
input.value = StrikeOne.calculateNewKey(input.value);
}
},
/**
Expand Down

0 comments on commit ef05a2c

Please sign in to comment.