MediaWiki:Common.js: Difference between revisions

From CommunityData
(Blanked the page)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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);
//}

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);
//}