Community Central
Community Central
No edit summary
No edit summary
Line 16: Line 16:
 
});
 
});
   
$('.wds-global-navigation__links-and-search').prepend('<a class="wds-global-navigation__link" href="//dev.wikia.com" style="font-weight:bold;"><img src="'+$('link[rel="apple-touch-icon"]').attr('href')+'" style="width:28px;height:28px;border:2px solid;border-radius:50%;margin-right:0.5em;">'+wgSitename+'</a>');
+
$('.wds-global-navigation__links-and-search').prepend('<a class="wds-global-navigation__link" href="//'+wgDBname+'.wikia.com" style="font-weight:bold;"><img src="'+$('link[rel="apple-touch-icon"]').attr('href')+'" style="width:30px;height:30px;border-radius:3px;margin-right:0.5em;">'+wgSitename+'</a>');

Revision as of 10:10, 30 June 2018

/* ********** Load scripts ********** */
importArticles({
    type: "script",
    articles: [
        "u:dev:Wikimarks/code.js",
        //"u:dev:QuickDiff/code.js",
        "u:dev:EditIntroButton/code.js",
        "u:dev:DisplayTimer/code.js",
        //"u:dev:FindAndReplace/code.js",
        "u:dev:ConsistentModules/code.js",
        //"u:dev:!bang/code.js",
        "u:dev:PortableCSSPad/code.js",
        //"u:dev:AjaxThreadDelete/code.js",
        "u:dev:View_Source/code.js"
    ]
});

$('.wds-global-navigation__links-and-search').prepend('<a class="wds-global-navigation__link" href="//'+wgDBname+'.wikia.com" style="font-weight:bold;"><img src="'+$('link[rel="apple-touch-icon"]').attr('href')+'" style="width:30px;height:30px;border-radius:3px;margin-right:0.5em;">'+wgSitename+'</a>');