-
Notifications
You must be signed in to change notification settings - Fork 932
Open
Description
After downloading the 2.x version from http://jcrop.org/download, I wanted to run the demos locally.
They didn't work, since all the links to googleapis.com are preceded by //
, iE
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
This is due to letting the browser decide whether to use http
or https
. That's why these scripts won't load locally, leading to broken demos.
This would make sense if it the script is used on various different servers, but since it's most probably only used on http://jcrop.org itself and locally, I propose changing them to http://
links.
Finally, just thanks for all your work :) it's a great plugin, and v2.x is a great improvement! Kudos
Metadata
Metadata
Assignees
Labels
No labels