[Rt-commit] rt branch, lcore, updated. 679d4d18d6f0765cda10c4828eab1b931d668e2e
jesse
jesse at bestpractical.com
Tue Oct 6 21:44:41 EDT 2009
The branch, lcore has been updated
via 679d4d18d6f0765cda10c4828eab1b931d668e2e (commit)
from 7a3e55c02d93fcfeee024a4e41b947a9023f1fcd (commit)
Summary of changes:
share/web/static/js/rulebuilder.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 679d4d18d6f0765cda10c4828eab1b931d668e2e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Oct 6 21:44:30 2009 -0400
make the done button a button
diff --git a/share/web/static/js/rulebuilder.js b/share/web/static/js/rulebuilder.js
index 992b78d..aa59189 100644
--- a/share/web/static/js/rulebuilder.js
+++ b/share/web/static/js/rulebuilder.js
@@ -135,7 +135,7 @@ RuleBuilder.prototype.init = function () {
alert(that.top_context.serialize())})
.prependTo(ebuilder);
- jQuery._div_({'class': 'done'})
+ jQuery._input_({'class': 'done', 'type': 'submit', 'value': 'Done' })
.text("Done")
.click(function(e){
if (that.finalize)
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list