Merge slick carousel

This commit is contained in:
Pieter Vander Vennet 2021-02-05 19:11:19 +01:00
commit b9d5a85cd0
18 changed files with 174 additions and 196 deletions

View file

@ -33,7 +33,6 @@ export default class Hash {
return;
}
h = h.replace(/\//g, "_");
window.location.hash = "#" + h;
});