uwcse440 / web-cse440-au15

1 stars 14 forks source link

changed to https #130

Closed tadrill closed 8 years ago

jayfo commented 8 years ago

This will be more robust as:

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

The leading // will load using whatever protocol the page loaded with.

Do you want to do that, or have us merge?

tadrill commented 8 years ago

I was hesitant to use that because it wasn't working properly locally, but perhaps it would work in the build. I am willing to change it again to // instead of https:// if things fail. Please merge and I'll make changes if bootstrap still isn't loading. Thanks, Tad Perry On Dec 1, 2015 2:14 PM, "James Fogarty" notifications@github.com wrote:

This will be more robust as:

The leading // will load using whatever protocol the page loaded with.

Do you want to do that, or have us merge?

— Reply to this email directly or view it on GitHub https://github.com/uwcse440/web-cse440-au15/pull/130#issuecomment-161112543 .