From 3c8c9fc5eae5d8c6112fc0294b362198fcf91798 Mon Sep 17 00:00:00 2001 From: Jemika Negara <42384614+jemikanegara@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:16:00 +0800 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index cb9efe2..4b505d0 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ const CheckIfTranslatable = require('./utility.js'); // check if code runs on server or client const isBrowser = typeof window !== 'undefined' + // var isChangeLocationEventAdded; var isDomListenerAdded; var weployOptions;