Difference between revisions of "Pivot.js"
From CNAC
TomHutchison (talk | contribs) m |
TomHutchison (talk | contribs) m |
||
| Line 2: | Line 2: | ||
(function(d, w) { | (function(d, w) { | ||
if (w.self !== w.top) { | if (w.self !== w.top) { | ||
| − | $(' | + | $('ul.side-nav').css('display', 'none'); |
} | } | ||
}(document.documentElement, window)); | }(document.documentElement, window)); | ||
}); | }); | ||
Latest revision as of 15:55, 8 March 2020
$(document).ready(function(){
(function(d, w) {
if (w.self !== w.top) {
$('ul.side-nav').css('display', 'none');
}
}(document.documentElement, window));
});