Monotone-Parent: 3e744adf6d88b705bf6f061fa57f78c957b69bfe

Monotone-Revision: d7e3b62e2d085f5bc624b04dd91f11f866364b13

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-01-17T19:52:51
This commit is contained in:
Wolfgang Sourdeau
2012-01-17 19:52:51 +00:00
parent 76bd954d39
commit 8db30c1149
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2012-01-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/UIxFilterEditor.js (setupNewFilterData):
mark new filter as active by default.
2012-01-17 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxPreferences.js (initPreferences): When
+2 -1
View File
@@ -182,7 +182,8 @@ function createFilterAction() {
function setupNewFilterData() {
var newFilterTemplate = $({ name: _("Untitled Filter"),
match: "any" });
match: "any",
active: true });
newFilterTemplate.rules = $([ createFilterRule() ]);
newFilterTemplate.actions = $([ createFilterAction() ]);