[Rt-commit] rt branch, lcore, updated. a87def504f054818873fe18ffb2f4dad76566b78
jesse
jesse at bestpractical.com
Thu Sep 10 23:32:45 EDT 2009
The branch, lcore has been updated
via a87def504f054818873fe18ffb2f4dad76566b78 (commit)
from 664cb2b31f8f7fd73b83089e0bc3a1e1aa64c1e0 (commit)
Summary of changes:
share/web/static/js/rulebuilder.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a87def504f054818873fe18ffb2f4dad76566b78
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Sep 10 23:32:37 2009 -0400
small matching logic bug in rulebuilder
diff --git a/share/web/static/js/rulebuilder.js b/share/web/static/js/rulebuilder.js
index c4b15b5..6d7d7ee 100644
--- a/share/web/static/js/rulebuilder.js
+++ b/share/web/static/js/rulebuilder.js
@@ -104,7 +104,7 @@ RuleBuilder.prototype.focus = function(ctx) {
jQuery('.functions .function', this.ebuilder).removeClass('matched')
.addClass('unmatched');
- jQuery('.functions .expression', this.ebuilder).removeClass('matched')
+ jQuery('.expressions .expression', this.ebuilder).removeClass('matched')
.addClass('unmatched');
jQuery('.functions .function .return-type:contains('+type+')', this.ebuilder)
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list