Changeset 3517 for trunk/wp-content/themes/default/comments-popup.php
- Timestamp:
- 02/12/2006 07:53:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments-popup.php
r3115 r3517 104 104 <script type="text/javascript"> 105 105 <!-- 106 document.onkeypress = function esc(e) { 106 document.onkeypress = function esc(e) { 107 107 if(typeof(e) == "undefined") { e=event; } 108 108 if (e.keyCode == 27) { self.close(); }
Note: See TracChangeset
for help on using the changeset viewer.