Changeset 209 for trunk/plugins/EditTag
- Timestamp:
- 06/01/05 12:27:12 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/EditTag/popups/edit_tag.html
r156 r209 7 7 <script language="javascript"> 8 8 9 function _CloseOnEsc( ) {9 function _CloseOnEsc(event) { 10 10 if ( event.keyCode == 27 ) { 11 11 window.close();
Note: See TracChangeset
for help on using the changeset viewer.