From 8e6061ff2c8e7aa0f901168ab6b05b12e95246d6 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Tue, 06 Apr 2021 23:40:30 +0000
Subject: [PATCH] update helpers

---
 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 933f86f..54d55b1 100644
--- a/assets/js/variables.js
+++ b/assets/js/variables.js
@@ -3,6 +3,7 @@
 const toggleId = 'toggle';
 const showId = 'show';
 const menu = 'menu';
+const active = 'active';
 const rootURL = window.location.protocol + "//" + window.location.host;
 const searchFieldClass = '.search_field';
 const searchClass = '.search';

--
Gitblit v1.10.0