From 6906660de92b45dc2a939759991c44d51272f9b7 Mon Sep 17 00:00:00 2001 From: Werner Joss <36265757+wernerjoss@users.noreply.github.com> Date: Thu, 17 Jun 2021 18:39:19 +0200 Subject: [PATCH] Update fullcalendar.php --- fullcalendar.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fullcalendar.php b/fullcalendar.php index 4cac72ce..c6ba59cf 100644 --- a/fullcalendar.php +++ b/fullcalendar.php @@ -67,12 +67,10 @@ private function addAssets() $languages = $this->config->get('system.languages.supported'); foreach ($languages as $lang) { if ($lang != $language) { - $asset = 'plugins://' . $this->name . '/fc4/packages/core/locales/'.$lang.'.js'; + // $asset = 'plugins://' . $this->name . '/fc4/packages/core/locales/'.$lang.'.js'; $assets->addJs('plugins://' . $this->name . '/fc4/packages/core/locales/'.$lang.'.js', ['group' => 'bottom']); } } - /* - */ } public function onTwigTemplatePaths()