Skip to content

Commit

Permalink
Merge 6428fe2 into 074486c
Browse files Browse the repository at this point in the history
  • Loading branch information
Gooliver2 committed Feb 28, 2019
2 parents 074486c + 6428fe2 commit b77e1e6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
24 changes: 23 additions & 1 deletion arctic/static/arctic/dist/assets/js/app.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions arctic/static/arctic/src/assets/js/components/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ $(document).ready(function() {
create: false,
load: function(query, callback) {
if (!query.length) return callback();
this.clearOptions();
$.ajax({
url: url + encodeURIComponent(query),
type: 'GET',
Expand Down

0 comments on commit b77e1e6

Please sign in to comment.