From 2a69db5d88ce4acda8e7892a351c6a7c790d3172 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 25 Mar 2023 07:56:24 -0400 Subject: static/js: Deno bundle is deprecated - replicate Color outside the lines.. Maybe change to full async no/decoupled build and leave deno for creating eventual APIs for hugo to consume? --- assets/js/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'assets') diff --git a/assets/js/index.js b/assets/js/index.js index c771211..cc61f84 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -1,7 +1,3 @@ -// deno-fmt-ignore-file -// deno-lint-ignore-file -// This code was bundled using `deno bundle` and it's not recommended to edit it manually - (function() { const cookiesDisabled = !navigator.cookieEnabled; if (cookiesDisabled) { @@ -568,4 +564,4 @@ }, 1000); }); })(); -console.log("Surface Control: Complete"); +console.log("Surface Control: Complete"); \ No newline at end of file -- cgit v1.2.3