Skip to content

Commit

Permalink
Remove ec entry
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Aug 8, 2024
1 parent af83eb6 commit f5c5803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ eclint_block_comment_end = */
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false

Expand Down
2 changes: 1 addition & 1 deletion js/zoninator.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var zoninator = {};
})
.autocomplete({
minLength: 3
// the default timeout (300ms) doesn't allow much time between keystrokes, increasing it to avoid request flooding
// the default timeout (300ms) doesn't allow much time between keystrokes, increasing it to avoid request flooding
, delay: 600
// Remote source with caching
, source : function(request, response) {
Expand Down

0 comments on commit f5c5803

Please sign in to comment.