-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add https://
to URL when the inputted URL is without https://
#9
Add https://
to URL when the inputted URL is without https://
#9
Conversation
I hope you will review this when you have time! :) |
Hi @kazuhitonakayama, this looks awesome! However, when reviewing I noticed that although the website that gets loaded has the If you add this line: document.querySelector("#urlInput").value = website in the normalizedUrl = normalizeUrl(inputtedUrl)
website = normalizedUrl Then the I'll go ahead with the merge once you have made these changes :) |
@virejdasani |
@virejdasani I would like you to review this PR when you have time 👍 |
Hi @kazuhitonakayama, thanks a lot for contributing! It works perfectly :) |
Thank you for you to make awesome app, Responsivize:) |
I'm glad you liked it! |
Issue
#7
Overview
Add
https://
to URL only when the inputted URL is withouthttps://
Intention
It would be easier to search if you could just enter the URL of the domain only.