mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 16:48:38 -04:00
Refactor code.
This commit is contained in:
parent
5798529fe2
commit
a482529fdc
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ modulejs.define('ext/search', ['_', '$', 'core/event', 'core/location', 'core/re
|
|||
|
||||
var settings = _.extend({
|
||||
enabled: false,
|
||||
debounceTime: 300,
|
||||
advanced: false
|
||||
advanced: false,
|
||||
debounceTime: 300
|
||||
}, allsettings.search);
|
||||
var template =
|
||||
'<div id="search" class="tool">' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue