X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fjs%2Fmod_events.js;h=00e3f4fa9f129ff26cdf1750301b665ccbc96b02;hb=d09b3f5bdeae444f785f6283e55dbf2f61caadac;hp=9d10bbb8e7e25d16fb4a059c38c4e9f01f3df7d2;hpb=a0530d1066d7268f1b1ea67bc3c254e9f9fc5ec8;p=friendica.git diff --git a/view/theme/frio/js/mod_events.js b/view/theme/frio/js/mod_events.js index 9d10bbb8e7..00e3f4fa9f 100644 --- a/view/theme/frio/js/mod_events.js +++ b/view/theme/frio/js/mod_events.js @@ -1,6 +1,6 @@ /** * @file view/theme/frio/js/mod_events.js - * @brief Initialization of the fullCalendar and format the output. + * Initialization of the fullCalendar and format the output. */ $(document).ready(function() { @@ -82,6 +82,9 @@ $(document).ready(function() { trigger: "hover", placement: "auto", template: '
', + sanitizeFn: function (content) { + return DOMPurify.sanitize(content) + }, }); }