Skip to content
Snippets Groups Projects

Move search bar to top nav to test usage changes

Merged Tomas Bulva requested to merge 480341-move-search-bar-to-top-nav-to-test-usage-changes into master
Compare and Show latest version
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,6 +6,12 @@ import {
@@ -6,6 +6,12 @@ import {
initPageBreadcrumbs,
initPageBreadcrumbs,
} from '~/super_sidebar/super_sidebar_bundle';
} from '~/super_sidebar/super_sidebar_bundle';
initSuperSidebar();
const superSidebar = initSuperSidebar();
initSuperSidebarToggle();
initSuperSidebarToggle();
initPageBreadcrumbs();
initPageBreadcrumbs();
 
 
console.log('hit');
 
window.openSearchModal = () => {
 
console.log('f hit');
 
superSidebar.$refs.modal.open();
 
};
Loading