Refactor
This commit is contained in:
parent
8d1ed9adc4
commit
a7d0411352
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ $(function () {
|
|||
*/
|
||||
$('.ui.dropdown.filter.priority')
|
||||
.dropdown({
|
||||
match : 'text',
|
||||
fullTextSearch : true,
|
||||
'match' : 'text',
|
||||
'fullTextSearch' : true,
|
||||
})
|
||||
.api({
|
||||
'action' : 'get wishlists by priority',
|
||||
|
|
Loading…
Reference in a new issue