Changeset 120
- Timestamp:
- 06/01/2003 04:22:20 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/b2commentspopup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2commentspopup.php
r111 r120 106 106 <p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite></p> 107 107 108 108 <?php 109 // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) 110 ?> 111 <script type="text/javascript"> 112 document.onkeypress = function esc(e) { 113 if(typeof(e) == "undefined") { e=event; } 114 if (e.keyCode == 27) { self.close(); } 115 } 116 </script> 109 117 </body> 110 118 </html>
Note: See TracChangeset
for help on using the changeset viewer.