Closed bulog closed 3 years ago
Hi When I visit the dashboard on Google Chrome, everything works fine. But when I switch to Safari, I find that after I click the global search icon on the right side of the logo, nothing happened, there should be a search modal
The way I tried, and it's works
Open views/partials/menu.hbs, at line 6
views/partials/menu.hbs
Change <a href="#" data-toggle="modal" data-target="#globalSearchModal" class="sidebar-search text-muted">{{{feather 'search'}}}</a> to <a href="#" data-toggle="modal" data-target="#globalSearchModal" class="sidebar-search sidebar-link-addon text-muted">{{{feather 'search'}}}</a>
<a href="#" data-toggle="modal" data-target="#globalSearchModal" class="sidebar-search text-muted">{{{feather 'search'}}}</a>
<a href="#" data-toggle="modal" data-target="#globalSearchModal" class="sidebar-search sidebar-link-addon text-muted">{{{feather 'search'}}}</a>
Hope this can help anybody with the same issue
Hi When I visit the dashboard on Google Chrome, everything works fine. But when I switch to Safari, I find that after I click the global search icon on the right side of the logo, nothing happened, there should be a search modal
The way I tried, and it's works
Open
views/partials/menu.hbs
, at line 6Change
<a href="#" data-toggle="modal" data-target="#globalSearchModal" class="sidebar-search text-muted">{{{feather 'search'}}}</a>
to<a href="#" data-toggle="modal" data-target="#globalSearchModal" class="sidebar-search sidebar-link-addon text-muted">{{{feather 'search'}}}</a>
Hope this can help anybody with the same issue