marvelapp / devices.css

Pure CSS phones and tablets
MIT License
3.95k stars 611 forks source link

Fix jQuery when served over https #6

Closed moreati closed 10 years ago

moreati commented 10 years ago

If a page is served over https then Chrome will not load any javascript loaded over http. Use a protocol relative URL for jQuery, so it gets loaded over the same protocol as the main page.

moreati commented 10 years ago

Nevermind, #5 does the same thing