Changeset 3615:b9ac15edad1c for admin/js
- Timestamp:
- 12/11/17 11:12:57 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3544 r3615 569 569 e.preventDefault(); 570 570 $(this).parent().hide(); 571 });572 $('p.success,p.warning,p.error,div.error').click(function(e) {573 e.preventDefault();574 $(this).hide();575 571 }); 576 572
Note: See TracChangeset
for help on using the changeset viewer.