From 2e11d21dd4d9fc6db5044f0722fa799bccfe782f Mon Sep 17 00:00:00 2001 From: Paul Sori Date: Mon, 29 Apr 2019 18:16:48 -0400 Subject: [PATCH] super hide --- public/css/master.css | 4 ++++ public/js/mstream.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/master.css b/public/css/master.css index 668ee9f..5b5e829 100755 --- a/public/css/master.css +++ b/public/css/master.css @@ -816,3 +816,7 @@ ul.left-nav-menu li.selected svg { height: 19px !important; text-align: center; } + +.super-hide { + display: none !important; +} \ No newline at end of file diff --git a/public/js/mstream.js b/public/js/mstream.js index f0bc43e..7434e16 100755 --- a/public/js/mstream.js +++ b/public/js/mstream.js @@ -563,7 +563,7 @@ $(document).ready(function () { // Hide Filepath $('#search_folders').toggleClass('hide'); // Show Search Input - $('.directoryName').toggleClass('hide'); + $('.directoryName').toggleClass('super-hide'); if (!$('#search_folders').hasClass('hide')) { $("#search_folders").focus();