User:DodoMan/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 (FuzzyBot moved page User:DodoMan~usurped/confirmlogout.js to User:DodoMan/confirmlogout.js: Part of translatable page "User:DodoMan~usurped")
 
(2 intermediate revisions by one other user not shown)
(No difference)

Latest revision as of 12:56, 2 April 2024

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