1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-15 11:06:21 +02:00

remove extra slash from base_path

This commit is contained in:
Kushagra Gour
2017-11-20 00:25:27 +05:30
parent 1633b5a084
commit 5f1eaf12b5

View File

@ -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,