Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Gabrielsson committed Jun 15, 2024
1 parent fb916ac commit b44af81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightly/front.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b44af81

Please sign in to comment.