0001-agenda-hiding-the-rendez-vous-update-form-when-updat.patch
| calebasse/static/js/calebasse.agenda.js | ||
|---|---|---|
|
});
|
||
|
$(base).on('click', '.update-periodic-event', function () {
|
||
|
$('.ui-icon-closethick').click();
|
||
|
// remove the form from previous hidden layer in order to prevent two
|
||
|
// elements with 'id_date' id on the page
|
||
|
$(this).parent().remove();
|
||
|
var id = $(this).data('id');
|
||
|
var delete_url = $(this).data('delete-url');
|
||
|
generic_ajaxform_dialog('update-periodic-event/' + id,
|
||