diff --git a/static/app.js b/static/app.js index 040cb4ac1..845c12bdb 100644 --- a/static/app.js +++ b/static/app.js @@ -12,7 +12,7 @@ console.log('baseRoot', appRoot) }, getFile(url) { console.log('load.file', url) - if (!url.test(/^https?:\/\//)) { + if (!/^https?:\/\//.test(url)) { url += url; } return fetch(url).then(res => {