mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 02:30:13 +02:00
fix paths
This commit is contained in:
@@ -1631,7 +1631,7 @@ globalConsoleContainerEl
|
||||
'<script src="' +
|
||||
(chrome.extension
|
||||
? chrome.extension.getURL('lib/screenlog.js')
|
||||
: `${location.origin}/${BASE_PATH}/lib/screenlog.js`) +
|
||||
: `${location.origin}${BASE_PATH}/lib/screenlog.js`) +
|
||||
'"></script>';
|
||||
|
||||
if (jsMode === JsModes.ES6) {
|
||||
@@ -2618,7 +2618,7 @@ globalConsoleContainerEl
|
||||
function init() {
|
||||
var lastCode;
|
||||
|
||||
CodeMirror.modeURL = `${BASE_PATH}/lib/codemirror/mode/%N/%N.js`;
|
||||
CodeMirror.modeURL = `lib/codemirror/mode/%N/%N.js`;
|
||||
|
||||
function getToggleLayoutButtonListener(mode) {
|
||||
return function() {
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user