User:Ttv pedro270707/vector.js: Difference between revisions

From BTA-Mirror
imported>Ttv pedro270707
(Created page with "$(document).onready(function() { var sandboxLink = document.createElement("li"); sandboxLink.id = "pt-sandbox"; sandboxLink.classList.add("mw-list-item"); sandboxLink.innerHTML = "<a href=\"/wiki/User:Ttv_pedro270707/Sandbox\" title=\"Access your sandbox\" accesskey=\"y\"><span>Sandbox</span></a>"; document.getElementById("pt-mycontris").parentNode.insertAfter(sandboxLink, document.getElementById("pt-mycontris")); });")
imported>Ttv pedro270707
(Created page with "$(document).onready(function() { var sandboxLink = document.createElement("li"); sandboxLink.id = "pt-sandbox"; sandboxLink.classList.add("mw-list-item"); sandboxLink.innerHTML = "<a href=\"/wiki/User:Ttv_pedro270707/Sandbox\" title=\"Access your sandbox\" accesskey=\"y\"><span>Sandbox</span></a>"; document.getElementById("pt-mycontris").parentNode.insertAfter(sandboxLink, document.getElementById("pt-mycontris")); });")
(No difference)

Revision as of 16:54, 23 March 2023

$(document).onready(function() {
	var sandboxLink = document.createElement("li");
	sandboxLink.id = "pt-sandbox";
	sandboxLink.classList.add("mw-list-item");
	sandboxLink.innerHTML = "<a href=\"/wiki/User:Ttv_pedro270707/Sandbox\" title=\"Access your sandbox\" accesskey=\"y\"><span>Sandbox</span></a>";
	document.getElementById("pt-mycontris").parentNode.insertAfter(sandboxLink, document.getElementById("pt-mycontris"));
});