From 64a0b8f65d963d9bda8aceba15e325f45a1da122 Mon Sep 17 00:00:00 2001 From: Sean Dockray Date: Thu, 8 Apr 2021 22:49:03 +1000 Subject: [PATCH] update hugo module --- .../Drawwell/SandpointsTheme/assets/js/sandpoints.js | 2 +- _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/js/sandpoints.js b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/js/sandpoints.js index 23188a9..38462b9 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/js/sandpoints.js +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/js/sandpoints.js @@ -88,7 +88,7 @@ window.addEventListener("DOMContentLoaded", (e) => { location.pathname.split("/").includes("_preview") || location.hash.startsWith("#/_edit") ) { - evpreview.style.display = "flex"; + preview.style.display = "flex"; } let par = document.querySelector( diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 5e15b88..b31df52 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0 +# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65 diff --git a/go.mod b/go.mod index 0155728..62e7bde 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module git.sandpoints.org/sean/MachineListening go 1.15 -require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0 // indirect +require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65 // indirect diff --git a/go.sum b/go.sum index 0b92a0b..92fd755 100644 --- a/go.sum +++ b/go.sum @@ -6,3 +6,5 @@ git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210328004009-992897b9cb1a h git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210328004009-992897b9cb1a/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4= git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0 h1:vUwepYtiAgEhfSWEcXKmFfBhs8kEwBm8OljkabvgI80= git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4= +git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65 h1:vn8K9f0/Ku7ZobYr/sbMPRd7QG3oUp8anTWfJT8I3mE= +git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4=