User:2D/commonsmover.js: Difference between revisions

Content deleted Content added
Closedmouth (talk | contribs)
no response from author, see talk
a miracle this one was working at all...
Line 1:
function movetocommons()
{
var url="http://toolserver.org/~magnus/commonshelper.php?interface=en&image=" + encodeURIComponent( wgTitle ) + "&lang=en&username=" + encodeURIComponent( wgUserName ) + "&tusc_user=" + encodeURIComponent( wgUserName );
w=window.open(url);
}
function start()