Skip to content
Snippets Groups Projects

Design fixes for global search

Merged Jonathan Weth requested to merge bugfix/global-search into master
4 files
+ 28
19
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -66,7 +66,7 @@ $(document).ready( function () {
});
// Initialise auto-completion for search bar
window.autocomplete = new Autocomplete({});
window.autocomplete = new Autocomplete({minimum_length: 2});
window.autocomplete.setup();
// Initialize text collapsibles [MAT, own work]
Loading