From 5f1eaf12b510c3899f7821eb265aa7a66084d731 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 20 Nov 2017 00:25:27 +0530 Subject: [PATCH] remove extra slash from base_path --- src/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.js b/src/script.js index e1da09d..6059f99 100644 --- a/src/script.js +++ b/src/script.js @@ -101,7 +101,7 @@ globalConsoleContainerEl, externalLibrarySearchInput, keyboardShortcutsModal }; const AUTO_SAVE_INTERVAL = 15000; // 15 seconds - const BASE_PATH = chrome.extension ? '/' : '/app/'; + const BASE_PATH = chrome.extension ? '/' : '/app'; var updateTimer, updateDelay = 500,