Skip to content

Conversation

MattDHill
Copy link
Member

No description provided.

Blu-J
Blu-J previously approved these changes Dec 1, 2022
@@ -50,7 +50,7 @@ export class SuccessPage {
}

get isKiosk() {
return ['localhost', '127.0.0.1'].includes(this.document.location.hostname)
return !['localhost', '127.0.0.1'].includes(this.document.location.hostname)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return !['localhost', '127.0.0.1'].includes(this.document.location.hostname)
return ['localhost', '127.0.0.1'].includes(this.document.location.hostname)

@MattDHill MattDHill merged commit ed22e53 into master Dec 1, 2022
@MattDHill MattDHill deleted the fix/download-html branch December 12, 2022 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants