From 8496fdfb1b5fc6ba28df6c6556ddb6b50343a21e Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Thu, 23 Feb 2023 15:55:45 +0000 Subject: [PATCH] refactor main js bundle load sequence --- assets/js/variables.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/assets/js/variables.js b/assets/js/variables.js index ef9fa50..2a728fc 100644 --- a/assets/js/variables.js +++ b/assets/js/variables.js @@ -59,6 +59,7 @@ const full_height = 'initial'; const highlight = 'highlight'; const highlight_wrap = 'highlight_wrap' +const hash = '#'; const light = 'light'; const dark = 'dark'; -- Gitblit v1.10.0