Changeset 3700:6a3097e81a2f
- Timestamp:
- 02/15/18 11:32:44 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3685 r3700 450 450 window.open($(this).attr('href')); 451 451 }); 452 // Popups: dealing with Escape key fired 453 $('#dotclear-admin.popup').keyup(function(e) { 454 if (e.key == 'Escape') { 455 e.preventDefault(); 456 window.close(); 457 return false; 458 } 459 }); 452 460 // Blog switcher 453 461 $('#switchblog').change(function() {
Note: See TracChangeset
for help on using the changeset viewer.