Skip to content

Commit

Permalink
Merge pull request #2573 from mayswind/master
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Oct 24, 2022
2 parents 1860887 + b3c5ead commit c1e1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const getDocumentUrlForFile = (fileDir, fileId) => {
}

const getNextcloudUrl = () => {
return window.location.host + (window.location.port ? `:${window.location.port}` : '')
return window.location.host
}

export {
Expand Down

0 comments on commit c1e1ba1

Please sign in to comment.