User:Zackmann08/addcheckforunknownparameters.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 15:
function wpBuildCheckForUnknownParameters()
{
var dummyContent = "Test#2";
var dummy = $('<input>').val(dummyContent).appendTo('body').select()
document.execCommand('copy')
var dummyContent2 = "Test#3";
var dummy2 = ('<input>').val(dummyContent2).appendTo('body').select()
document.execCommand('copy')
var mycontent = document.getElementById('wpTextbox1');
// Copy the contents of the text window so we can modify it without problems