Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/comments-popup.php

    r3115 r3517  
    104104<script type="text/javascript">
    105105<!--
    106 document.onkeypress = function esc(e) { 
     106document.onkeypress = function esc(e) {
    107107    if(typeof(e) == "undefined") { e=event; }
    108108    if (e.keyCode == 27) { self.close(); }
Note: See TracChangeset for help on using the changeset viewer.