We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f26f6 commit d93ecb2Copy full SHA for d93ecb2
gocam_view/templates/gocam_view/index.html
@@ -766,6 +766,7 @@
766
showPanelButton.style.display = 'inline-block';
767
hidePanelButton.style.display = 'none';
768
panelContent.style.display = 'none';
769
+ searchBoxDiv.style.display = 'none';
770
/*
771
cy.ready(function() {
772
setTimeout(() => {
@@ -1019,6 +1020,7 @@
1019
1020
const searchBoxDiv = document.getElementById('search-box');
1021
window.showSearch = function() {
1022
if (searchBoxDiv.style.display == 'none') {
1023
+ showCyPanel();
1024
searchBoxDiv.style.display = 'block';
1025
searchInput.focus();
1026
currentData = undefined;
0 commit comments