Skip to content
Snippets Groups Projects
Commit c6002238 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #33927 fix article display after ajax call in calendar widget

parent 50cc8387
Branches
Tags
7 merge requests!1553Master,!1502Master,!1501Stable,!1472Stable,!1397Master,!1396Hotline master,!1395Hotline#33927 calendar js issue on wall settings with filters
- ticket #33927 : Correction la présentation des articles dans le module calendrier en mode "mur"
......@@ -26,7 +26,6 @@
#popupFrame
{
background-color: red;
width: 100%;
height: 100%;
position: relative;
......
......@@ -46,8 +46,11 @@ var ajaxify_calendars = function () {
ajaxify_calendars);
});
if (typeof jQuery != "undefined") {
$(document).ready(resize_func);
$(document).ready(initializeReseauxSociaux());
}
$('.auto_resize').removeClass('auto_resize');
initializePopups();
if (undefined != window.calendrierAfterLoad)
calendrierAfterLoad();
......
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