mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 03:44:43 +00:00
Fix for issue #1526
This commit is contained in:
parent
8623b67a41
commit
3062d385b8
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ $.widget( "mobile.slider", $.mobile.widget, {
|
|||
}
|
||||
});
|
||||
|
||||
this.refresh();
|
||||
this.refresh(undefined, undefined, true);
|
||||
},
|
||||
|
||||
refresh: function( val, isfromControl, preventInputUpdate ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue