From 9fcc3d39ef94c171ae45ff1dab705537af724ef8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 12 Mar 2019 21:38:23 +0000 Subject: [PATCH] Disable updateUrl because it's causing issues on the server --- js/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.mjs b/js/index.mjs index 81f977e..8c0aa9c 100644 --- a/js/index.mjs +++ b/js/index.mjs @@ -10,7 +10,7 @@ window.addEventListener("load", function(_event) { slideSelector: "article", resetSlides: true, keyboardEvents: true, - updateURL: true + updateURL: false // FUTURE: Is there a way of doing this with #THING instead of /THING? }); Slideshow.emitter.on("navigate", (event) => {