Skip to content
Snippets Groups Projects
Commit 0558671c authored by Alex Arnaud's avatar Alex Arnaud
Browse files

Hotline#18602 - Fix calendar ajax rendering

parent 8824e356
Branches
Tags
5 merge requests!780Master,!740Master,!739Hotline master,!738Stable,!712Hotline#18602 calendar config icon disappear
ticket #18602: Correction du rendu ajax du calendrier (La clé de configuration disparaissait).
......@@ -12,7 +12,7 @@ var ajaxify_calendars = function () {
if (url == '#')
url = $(this).jqmData('href');
$(this).closest(".contenu").load(url+'/render/ajax',
$(this).closest(".calendar").load(url+'/render/ajax .calendar > *',
ajaxify_calendars);
event.preventDefault();
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment