Skip to content

Remove protocol in jquery URL to make runnable in https #112

@ranezu

Description

@ranezu

On this line is a raw reference to http:

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>

If this application is run in a https container (e.g. Azure) most browsers will not render the page due to mixed content. The line should be changed to read like this:

<script src="//code.jquery.com/jquery-1.10.1.min.js"></script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions