| @@ -56,12 +56,11 @@ | ||
| 56 | 56 | } else { |
| 57 | 57 | jQuery("#timed_content_rule_recurrence_duration_end_date_div").css("display", "none"); |
| 58 | 58 | jQuery("#timed_content_rule_recurrence_duration_num_repeat_div").css("display", "block"); |
| 59 | 59 | } |
| 60 | - }).trigger("change"); | |
| 60 | + }).trigger("change");timed_content_rule_exceptions_dates_picker | |
| 61 | 61 | |
| 62 | 62 | jQuery("#timed_content_rule_exceptions_dates").on("dblclick", "option", function(){ |
| 63 | - //alert(jQuery(this).val()); | |
| 64 | 63 | jQuery(this).remove(); |
| 65 | 64 | if (jQuery("#timed_content_rule_exceptions_dates option").length == 0 ) |
| 66 | 65 | jQuery("#timed_content_rule_exceptions_dates").append( '<option value="0">' + timedContentRuleAdmin.no_exceptions_label + '</option>' ); |
| 67 | 66 | jQuery("#timed_content_rule_exceptions_dates_picker").trigger("change"); |