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 6005c8e0 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'master-v5' into instance/fid

parents 77e97a5f b9c15fe5
No related merge requests found
......@@ -32,7 +32,7 @@ document.addEventListener('DOMContentLoaded', function () {
inputs[index].value = value;
});
modal.querySelectorAll('a:not([data-reset-forms,cart-confirm-empty,cart-confirm-delete])').forEach(function (link) {
modal.querySelectorAll('a:not([data-reset-forms]):not(#cart-confirm-empty):not(#cart-confirm-delete)').forEach(function (link) {
link.onclick = function () {
var cachedItems = JSON.stringify(inputs.map(input => input.value));
cache.setItem(cacheKey, cachedItems);
......
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