Plugin Directory

Changeset 449899


Ignore:
Timestamp:
10/11/2011 04:00:34 PM (14 years ago)
Author:
eranmiller
Message:

fixed years/year repeat duration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ajax-event-calendar/trunk/js/jquery.init_show_calendar.js

    r444464 r449899  
    5959                if (interval == 1) { js_n(reps, frequency, custom.week, custom.weeks, 1); }
    6060                if (interval == 2) { js_n(reps, frequency, custom.month, custom.months, 1); }
    61                 if (interval == 3) { js_n(reps, frequency, custom.years, custom.years, 1); }
     61                if (interval == 3) { js_n(reps, frequency, custom.year, custom.years, 1); }
    6262                reps.push(' ');
    6363                reps.push(custom.until);
Note: See TracChangeset for help on using the changeset viewer.