Skip to content

demo page #33

@joaofgf

Description

@joaofgf

Hello,
If you use https, the demo page is not working. It uses a secure protocol (https) and all the include files are in non-secure protocol (http). Modern browsers does not include unsecure files on secure main file.
2014-05-03_20-43-27

Solution 1: use protocol-relative urls:
instead of

http://getbootstrap.com/2.3.2/assets/js/jquery.js

use

//getbootstrap.com/2.3.2/assets/js/jquery.js

Solution 2: use secure protocol
instead of

http://getbootstrap.com/2.3.2/assets/js/jquery.js

use

https://getbootstrap.com/2.3.2/assets/js/jquery.js

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions