MediaWiki:DRN-wizard.js: Difference between revisions
Content deleted Content added
sync with User:Steven Zhang/testcode.js |
per steven's request |
||
Line 33:
$("#drwContent1").append("<h3>Location of dispute</h3>");
$("#drwContent1").append("<p>What is the ___location of this dispute?
var inputbox = $( document.createElement('input') );
Line 169:
//Timestamp
var report = "
//On Talk Page
Line 214:
//Discussion
report += "===
return report;
|