Initialise dropdown before calling api
This commit is contained in:
parent
285a9a79be
commit
61711caa05
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ $(function () {
|
|||
}
|
||||
});
|
||||
|
||||
$('.ui.dropdown.wishlists').dropdown();
|
||||
|
||||
function wishlistsRefresh() {
|
||||
$('.ui.dropdown.wishlists').api({
|
||||
action : 'get wishlists',
|
||||
|
|
Loading…
Reference in a new issue