MediaWiki:Common.js: Difference between revisions

From CommunityData
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
'</div>'
'</div>'


$('body').append(navbarHtml);
// if ($(window).width() > 1400) {
//    $('body').append(navbarHtml);
//}

Latest revision as of 23: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);
//}