Skip to content

Tree comparison fails on Chrome because of mixed http/https content #11

@danieledler

Description

@danieledler

The tree comparison calculation on https://phylo.io fails for me when loaded on Chrome because of this:

Mixed Content: The page at 'https://phylo.io/#' was loaded over HTTPS, but requested an insecure script 'http://peterolson.github.io/BigInteger.js/BigInteger.min.js'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://phylo.io/#' was loaded over HTTPS, but requested an insecure script 'http://underscorejs.org/underscore-min.js'. This request has been blocked; the content must be served over HTTPS.

treecompare.js:4733 Uncaught ReferenceError: _ is not defined
    at getElementS (treecompare.js:4733)
    at BCN (treecompare.js:4675)
    at getAllBCNs (treecompare.js:4465)
    at getAllBCNs (treecompare.js:4457)
    at getAllBCNs (treecompare.js:4457)
    at getAllBCNs (treecompare.js:4457)
    at getVisibleBCNs (treecompare.js:4470)
    at preprocessTrees (treecompare.js:4610)
    at treecompare.js:4799

A pull request is coming to fix it.

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