- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Apr 2010 03:57:37 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js In directory hutz:/tmp/cvs-serv3905 Modified Files: respec.js Log Message: Removed the diff-marking submit button Index: respec.js =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- respec.js 7 Apr 2010 03:50:08 -0000 1.103 +++ respec.js 7 Apr 2010 03:57:35 -0000 1.104 @@ -278,7 +278,7 @@ str += "<input type='hidden' name='base' value='" + base + "'>\n"; str += "<input type='hidden' name='oldfile' value='" + this.previousURI + "'>\n"; str += '<input type="hidden" name="newcontent" value="' + this._esc(this.toString()) + '">\n'; - str += "<input type='submit'>\n"; + str += '<p>Please wait...</p>'; str += "</form></body></html>\n";
Received on Wednesday, 7 April 2010 03:57:38 UTC