Difference between revisions of "User:Root/vector.js"
m (Blanked the page) |
m |
||
Line 1: | Line 1: | ||
+ | $('<li>', { | ||
+ | id: 'pt-css', | ||
+ | html: $('<a>', { | ||
+ | href: 'http://localhost:8001/index.php?title=MediaWiki:Common.css&action=edit', | ||
+ | text: 'css', | ||
+ | title: 'edit Common.css', | ||
+ | }), | ||
+ | }).insertBefore($('#pt-userpage')); |
Revision as of 21:15, 21 June 2017
$('<li>', {
id: 'pt-css',
html: $('<a>', {
href: 'http://localhost:8001/index.php?title=MediaWiki:Common.css&action=edit',
text: 'css',
title: 'edit Common.css',
}),
}).insertBefore($('#pt-userpage'));