resetting submit button with 'reset' rather than 'complete' call

This commit is contained in:
Victor Nguyen 2013-03-04 23:22:21 +11:00
parent 419c9ea354
commit 58840ba128
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
}
function _setReady() {
$submit.button('complete');
$submit.button('reset');
}
function _setSelectedModel(option) {

View file

@ -18,7 +18,7 @@ block content
label#minified.checkbox
input(type='checkbox', checked)
| Minified output
button#submit.btn.btn-primary.btn-large(data-loading-text='Fetching specs...', data-complete-text='Get Specs') Get Specs
button#submit.btn.btn-primary.btn-large(data-loading-text='Fetching specs...') Get Specs
div#results.row-fluid
div.span4
h3 Model Name