1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Merge pull request #14457 from hnrch02/button-set-val-after-event-loop

Change value of stateful button after event loop
This commit is contained in:
Heinrich Fenkart
2014-10-29 04:28:22 +01:00
2 changed files with 7 additions and 7 deletions

View File

@@ -35,10 +35,10 @@
if (data.resetText == null) $el.data('resetText', $el[val]())
$el[val](data[state] == null ? this.options[state] : data[state])
// push to event loop to allow forms to submit
setTimeout($.proxy(function () {
$el[val](data[state] == null ? this.options[state] : data[state])
if (state == 'loadingText') {
this.isLoading = true
$el.addClass(d).attr(d, d)