Skip to content

Commit

Permalink
Item12180: Ensure that indicators are updated when error counts chang…
Browse files Browse the repository at this point in the history
…e in complex updates.

git-svn-id: http://svn.foswiki.org/trunk@16070 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Nov 21, 2012
1 parent f1a649a commit 8d0b0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Configure/resources/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var configure = (function ($) {

"use strict";

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

Expand Down Expand Up @@ -1014,7 +1014,7 @@ var feedback = ( function ($) {
}
}
} else if (kpair[1] === "\x03") {
errorsChanged = feedback.decodeSetValueMessage( kpair );
errorsChanged = feedback.decodeSetValueMessage( kpair ) || errorsChanged;
} else if (kpair[1] === "\x05") {
openModal = feedback.decodeModalMessage( kpair ) || openModal;
} else { /* This is not possible */
Expand Down

0 comments on commit 8d0b0bc

Please sign in to comment.