Skip to content

Commit

Permalink
Item12180: Default/restore value must trigger change
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16194 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Dec 11, 2012
1 parent 782614a commit 7377d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/Dispatch.pm
Expand Up @@ -22,7 +22,7 @@ use version 0.77;

# minimum version of client JavaScript that configure requires.
#
my $minScriptVersion = version->parse("v3.111");
my $minScriptVersion = version->parse("v3.112");

use Foswiki::Configure (qw/:DEFAULT :auth :cgi :config :session :trace/);

Expand Down
3 changes: 2 additions & 1 deletion core/lib/Foswiki/Configure/resources/scripts.js
Expand Up @@ -9,7 +9,7 @@ var configure = (function ($) {

"use strict";

var VERSION = "v3.111";
var VERSION = "v3.112";
/* Do not merge, move or change format of VERSION, parsed by perl.
*/

Expand Down Expand Up @@ -711,6 +711,7 @@ function resetToDefaultValue(inLink, inFormType, inName, inValue) {
label.innerHTML = inLink.setDefaultLinkText;
inLink.oldValue = null;
}
valueChanged(elem);

return false;
}
Expand Down

0 comments on commit 7377d46

Please sign in to comment.