Ignore:
Timestamp:
Nov 16, 2009, 12:09:24 AM (14 years ago)
Author:
grum
Message:

[AStat] Bug correction
Bug #1242 - Unable to use the purge tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/admin/astat_tools.tpl

    r3706 r4269  
    1616 function enabled_purge()
    1717 {
    18   re = /\d{2}/\d{2}/\d{4}/i;
     18  re = /\d{2}\/\d{2}\/\d{4}/i;
    1919
    2020  if(($('#purge_history_confirm').attr('checked')&&$('#purge_history_type0').attr('checked')&&re.test($('#purge_history_date').val()))||
Note: See TracChangeset for help on using the changeset viewer.