Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Fixed running as standalone in a subdirectory, fourth time's the?
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Sep 29, 2017
1 parent 552a202 commit 60d44da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clockwork Chrome/assets/javascripts/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Standalone

setMetadataUrl () {
this.requests.setRemote(
window.location.href, { path: URI(window.location.href.split('/').slice(0, -1).join('/')).path() }
window.location.href, { path: URI(window.location.href.split('/').slice(0, -1).join('/')).path() + '/' }
)
}

Expand Down

0 comments on commit 60d44da

Please sign in to comment.