MediaWiki:Common.js: Difference between revisions
From CommunityData
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
'</div>' | '</div>' | ||
if ($(window).width() > 1400) { | // if ($(window).width() > 1400) { | ||
// $('body').append(navbarHtml); | |||
} | //} |
Latest revision as of 21:38, 2 April 2020
var navbarHtml = '<div class="cc_navBar">' +
'<div class="cc_navBarContent">' +
'<a href="https://blog.communitydata.cc/">Research Blog</a> | <a href="/Workshops_and_Classes">Teaching</a> | <a href="/People">People</a> | <a href="/Publications">Publications</a>' +
'</div>' +
'</div>'
// if ($(window).width() > 1400) {
// $('body').append(navbarHtml);
//}