-
Notifications
You must be signed in to change notification settings - Fork 12
Add ability to specify lanIp argument (fix #27) #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cd5b633 to
67e9d76
Compare
Removed console.log
67e9d76 to
f5c4e23
Compare
dekimasoon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for your PR, It is awesome!
I commented on a small point. Please check it out.
redirect.ejs
Outdated
| var protocol = '<%- https ? "https" : "http" %>' | ||
| var port = '<%- port %>' | ||
| var platform = device.platform.toLowerCase() | ||
| if(platform === 'amazon-fireos') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put a space before the parentheses.
And I think we should add some comments to explain why this branch is necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added, I hope it's not too verbose!
|
I just released your updates as v1.0.0-beta.8. Thanks! |
|
Great! Thanks to you, happy to help |
No description provided.