MediaWiki:Chameleon.js: Difference between revisions
From Variscite Wiki
(Created page with "$('.p-tb-dropdown') .after($('<a>') .addClass('nav-link') .prop('href','https://variscite.com') .html('Variscite Web Site') )") |
No edit summary |
||
Line 4: | Line 4: | ||
.prop('href','https://variscite.com') | .prop('href','https://variscite.com') | ||
.html('Variscite Web Site') | .html('Variscite Web Site') | ||
) | |||
$('.p-tb-dropdown') | |||
.after($('<a>') | |||
.addClass('nav-link') | |||
.prop('href','http://209.126.2.157/index.php/Special:Random') | |||
.html('Randon page (Temp)') | |||
) | ) |