- Timestamp:
- 03/20/13 16:48:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/calendar/js/helpers.js
r8044 r8046 600 600 if( newDt > endDate ) 601 601 $(".end-date").val(storeSelectedDate); 602 }, 603 onClose: function(){ 604 UI.dialogs.addEvent.find(".end-date").val(UI.dialogs.addEvent.find(".start-date").val()); 602 605 } 603 606 }); … … 1095 1098 var oldTime = UI.dialogs.addEvent.find('input.start-time').val(); 1096 1099 $(".start-time").focusout(function(data){ 1097 setTime( $(this).val() ); 1100 if($("#calendar").fullCalendar('getView').name == "month"){ 1101 setTime( $(this).val() ); 1102 } 1098 1103 }); 1099 1104 … … 1118 1123 }, 1119 1124 onClose : function (selectedDateTime){ 1125 1120 1126 fixHour(); 1121 1127 }
Note: See TracChangeset
for help on using the changeset viewer.