]> git.p6c8.net - devedit.git/commitdiff
Removed the JavaScript code which prevents users from marking text in the
authorpcanterino <>
Sun, 15 May 2005 09:41:04 +0000 (09:41 +0000)
committerpcanterino <>
Sun, 15 May 2005 09:41:04 +0000 (09:41 +0000)
textarea containing the Artistic License.
I added this code for browsers not supporting the readonly attribute, but that
is not a good solution.

templates/about.htm

index 4acc3df8aecc97a4a52543ef4a0aa7168aaf39ad..e0c776609c79337a90044bae1724b2aa2ee18cbe 100644 (file)
@@ -18,7 +18,7 @@
 <p><a href="http://devedit.sourceforge.net/" target="_blank">http://devedit.sourceforge.net/</a></p>
 
 <p>License:<br>
-<textarea cols="80" rows="20" readonly onfocus="this.blur()">
+<textarea cols="80" rows="20" readonly>
                          The &quot;Artistic License&quot;
 
                                 Preamble

patrick-canterino.de