diff --git a/nightly/front.js b/nightly/front.js index d08a9c3c..9c83f8a6 100644 --- a/nightly/front.js +++ b/nightly/front.js @@ -1640,7 +1640,7 @@ var app = { //TODO: fix path problem app.xhr.request({ - url: app.script.path + currentTemplate + '.html', + url: window.location.origin + window.location.pathname + '/' + currentTemplate + '.html', type: 'template', cache: { format: 'html',