Disable auto selection of wishlist
This commit is contained in:
parent
6f52a4a0c7
commit
cc3daa09f5
1 changed files with 1 additions and 3 deletions
|
@ -25,11 +25,9 @@ $(function() {
|
|||
$('.ui.dropdown.wishlists').removeClass('loading');
|
||||
},
|
||||
onSuccess: function(response, element, xhr) {
|
||||
$('.ui.dropdown.wishlists')
|
||||
.dropdown({
|
||||
$('.ui.dropdown.wishlists').dropdown({
|
||||
values: response.results
|
||||
})
|
||||
.dropdown('set selected', response.results[0].value);
|
||||
},
|
||||
onFailure: function(response, element, xhr) {
|
||||
console.log('onFailure');
|
||||
|
|
Loading…
Reference in a new issue