Skip to content

Demos not working locally #176

@davegson

Description

@davegson

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions