Skip to content

Commit

Permalink
Merge 3193bfe into 50a435f
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrienvh committed Aug 29, 2018
2 parents 50a435f + 3193bfe commit c4a49cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/Frontend/Core/Header/Header.php
Expand Up @@ -127,7 +127,7 @@ public function __construct(KernelInterface $kernel)
}

// add default javascript-files
$this->addJS('/src/Frontend/Core/Js/jquery/jquery.js', false, false, Priority::core());
$this->addJS('/js/vendors/jquery.min.js', false, false, Priority::core());
$this->addJS('/src/Frontend/Core/Js/jquery/jquery.frontend.js', true, false, Priority::core());
$this->addJS('/src/Frontend/Core/Js/utils.js', true, false, Priority::core());
$this->addJS('/src/Frontend/Core/Js/frontend.js', true, false, Priority::core());
Expand Down

0 comments on commit c4a49cd

Please sign in to comment.