Changeset 2045 for plugins/log404Errors/index.php
- Timestamp:
- 02/07/10 17:22:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/log404Errors/index.php
r1715 r2045 115 115 //<![CDATA[ 116 116 <?php echo dcPage::jsVar('dotclear.msg.confirm_404Errors_drop', 117 __('Are you sure you want to delete the 404 errors 117 __('Are you sure you want to delete the 404 errors?')); ?> 118 118 $(function() { 119 $('input[ @name="drop"]').click(function() {119 $('input[name="drop"]').click(function() { 120 120 return window.confirm(dotclear.msg.confirm_404Errors_drop); 121 121 });
Note: See TracChangeset
for help on using the changeset viewer.