- Timestamp:
- 06/26/2006 07:33:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-content/themes/default/comments-popup.php
r3903 r3925 103 103 <script type="text/javascript"> 104 104 <!-- 105 document.onkeypress = function esc(e) { 105 document.onkeypress = function esc(e) { 106 106 if(typeof(e) == "undefined") { e=event; } 107 107 if (e.keyCode == 27) { self.close(); }
Note: See TracChangeset
for help on using the changeset viewer.