Changeset 449899
- Timestamp:
- 10/11/2011 04:00:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/trunk/js/jquery.init_show_calendar.js
r444464 r449899 59 59 if (interval == 1) { js_n(reps, frequency, custom.week, custom.weeks, 1); } 60 60 if (interval == 2) { js_n(reps, frequency, custom.month, custom.months, 1); } 61 if (interval == 3) { js_n(reps, frequency, custom.year s, custom.years, 1); }61 if (interval == 3) { js_n(reps, frequency, custom.year, custom.years, 1); } 62 62 reps.push(' '); 63 63 reps.push(custom.until);
Note: See TracChangeset
for help on using the changeset viewer.