Content deleted Content added
Zackmann08 (talk | contribs) No edit summary |
Zackmann08 (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 15:
function wpBuildCheckForUnknownParameters()
{
var templateTitle = document.title;
templateTitle = templateTitle.replace(/Editing\sTemplate\:(.*)\s\-\sWikipedia.*/, "{{unknown params category|$1}}");
document.execCommand('copy')▼
var mycontent = document.getElementById('wpTextbox1');
// Copy the contents of the text window so we can modify it without problems
Line 135 ⟶ 140:
}
// -------------------------------------------------------------------------------- //
});
▲ var dummy = $('<input>').val(dummyContent).appendTo('body').select()
▲ document.execCommand('copy')
//</nowiki>
|