The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 86691a79 authored by Robert Lange's avatar Robert Lange
Browse files

refs #24324 [fid_adlr] addendum: fix import for cookie file

parent 9aed92de
No related merge requests found
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
// Deal with cart stuff: // Deal with cart stuff:
$cart = $this->cart(); $cart = $this->cart();
if ($cart->isActive()) { if ($cart->isActive()) {
$this->headScript()->appendFile("vendor/js.cookies.js"); $this->headScript()->appendFile("vendor/js.cookie.js");
$this->headScript()->appendFile("cart.js"); $this->headScript()->appendFile("cart.js");
$domain = $cart->getCookieDomain(); $domain = $cart->getCookieDomain();
if (!empty($domain)) { if (!empty($domain)) {
......
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