User:Muffy/confirmlogout.js: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Created page with "$( document ).ready( () => { "use strict"; const LOA = document.getElementById( "pt-logout" )?.firstElementChild; LOA?.replaceWith( LOA.cloneNode( true ) ); } );"
 
m TheAstorPastor moved page User:DodoMan/confirmlogout.js to User:Muffy/confirmlogout.js: User rename: DodoMan → Muffy
 
(3 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 18:22, 5 February 2026

$( document ).ready( () => {
	"use strict";
	const LOA = document.getElementById( "pt-logout" )?.firstElementChild;
	LOA?.replaceWith( LOA.cloneNode( true ) );
} );