createCookieSubcat("subcat", "subcat");
});
+
+ if ((window.location.href.indexOf("/?michsci_category") >= 0) || (window.location.href.indexOf("/?pagename") >= 0) ){
+ var $bottomText = $("#catelog-content").nextAll();
+ var $bottomText2 = $("#categoriesGridView").nextAll();
+ var $bottomText3 = $("#main-content").nextAll();
+ $bottomText.hide();
+ $bottomText2.hide();
+ $bottomText3.hide();
+
+ }
+
});
\ No newline at end of file
createCookieSubcat("subcat", "subcat");
});
+
+ if ((window.location.href.indexOf("/?michsci_category") >= 0) || (window.location.href.indexOf("/?pagename") >= 0) ){
+ var $bottomText = $("#catelog-content").nextAll();
+ var $bottomText2 = $("#categoriesGridView").nextAll();
+ var $bottomText3 = $("#main-content").nextAll();
+ $bottomText.hide();
+ $bottomText2.hide();
+ $bottomText3.hide();
+
+ }
+
});
\ No newline at end of file