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 23, 2024
1 parent ba7818f commit d726a49
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 @@ -931,6 +931,7 @@ var app = {
selector: selector
}

app.assets.set(element.attributes)
app.xhr.start()
app.config.set()
app.assets.load()
Expand Down Expand Up @@ -1538,7 +1539,6 @@ var app = {
if (app.isFrontpage) {
app.srcDocTemplate = document.body.innerHTML
dom.doctitle(document.title)
this.set(app.script.element.attributes)
this.get.extensions()
app.disable(false)

Expand Down

0 comments on commit d726a49

Please sign in to comment.