Jump to content

User talk:Dinoguy1000/scripts/ISO date format unifier.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Replace

if (location.href.indexOf("action=edit") != -1 || location.href.indexOf("action=submit") != -1)

with

if (wgAction == "edit" || wgAction == "submit")

--Dinoguy1000 (talk · contribs) as 208.124.109.20 (talk) 06:03, 25 September 2009 (UTC)[reply]