Remove unused parameter.
This commit is contained in:
parent
39b4971621
commit
0868036867
@ -670,8 +670,8 @@ Index =
|
|||||||
Index.onSearchInput()
|
Index.onSearchInput()
|
||||||
Index.searchInput.focus()
|
Index.searchInput.focus()
|
||||||
|
|
||||||
setupSearch: (noUpdate) ->
|
setupSearch: ->
|
||||||
Index.searchInput.value = Index.search unless noUpdate
|
Index.searchInput.value = Index.search
|
||||||
if Index.search
|
if Index.search
|
||||||
Index.searchInput.dataset.searching = 1
|
Index.searchInput.dataset.searching = 1
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user