1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 16:50:11 +02:00

fix paths

This commit is contained in:
Kushagra Gour
2017-11-20 00:25:54 +05:30
parent 5f1eaf12b5
commit 8f0b15117f
3 changed files with 3 additions and 2 deletions

View File

@@ -758,7 +758,7 @@ globalConsoleContainerEl
};
const AUTO_SAVE_INTERVAL = 15000; // 15 seconds
const BASE_PATH = chrome.extension ? '/' : '/app/';
const BASE_PATH = chrome.extension ? '/' : '/app';
var updateTimer,
updateDelay = 500,