Skip to content

Commit

Permalink
Update fullcalendar.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerjoss committed Jun 17, 2021
1 parent 0ce5e20 commit 6906660
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fullcalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6906660

Please sign in to comment.