mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Disable recurrent date preview #67
This commit is contained in:
parent
dd685ad421
commit
242a1c9d60
@ -1419,10 +1419,10 @@
|
||||
var label = display.find('label[class=ridisplay]');
|
||||
label.text(conf.i18n.displayActivate + ' ' + RFC5545.description);
|
||||
textarea.val(RFC5545.result).change();
|
||||
var startdate = findStartDate();
|
||||
if (startdate !== null) {
|
||||
loadOccurrences(startdate, widgetSaveToRfc5545(form, conf, false).result, 0, true);
|
||||
}
|
||||
// var startdate = findStartDate();
|
||||
// if (startdate !== null) {
|
||||
// loadOccurrences(startdate, widgetSaveToRfc5545(form, conf, false).result, 0, true);
|
||||
// }
|
||||
display.find('button[name="riedit"]').text(conf.i18n.edit_rules);
|
||||
display.find('button[name="ridelete"]').show();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user