Skip to content
Snippets Groups Projects

Resolve "Make progress page and search bar use GraphQL"

Merged Jonathan Weth requested to merge 735-make-progress-page-and-search-bar-use-graphql into master
All threads resolved!
3 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -160,7 +160,10 @@ $(document).ready(function () {
});
// Initialise auto-completion for search bar
window.autocomplete = new Autocomplete({minimum_length: 2});
window.autocomplete = new Autocomplete({
minimum_length: 2,
url: JSON.parse($("#search-snippet-url").text()),
});
window.autocomplete.setup();
// Initialize text collapsibles [MAT, own work]
Loading