Changeset 448475
- Timestamp:
- 10/07/2011 03:23:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/trunk/js/jquery.init_admin_calendar.js
r444952 r448475 559 559 }, 560 560 select: function (start, end, allDay, js, view) { 561 if (custom.limit === ' 0') {561 if (custom.limit === '1') { 562 562 if (start < today || (start < now && view.name !== 'month')) { 563 563 $.jGrowl(custom.error_past_create, { header: custom.whoops });
Note: See TracChangeset
for help on using the changeset viewer.