resetting submit button with 'reset' rather than 'complete' call
This commit is contained in:
parent
419c9ea354
commit
58840ba128
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
}
|
||||
|
||||
function _setReady() {
|
||||
$submit.button('complete');
|
||||
$submit.button('reset');
|
||||
}
|
||||
|
||||
function _setSelectedModel(option) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue