uzh / signal-collect

A framework for scalable graph computing.
www.signalcollect.com
Apache License 2.0
148 stars 32 forks source link

Wrong d3/jquery versions used in html - console broken #157

Closed cshapeshifter closed 9 years ago

cshapeshifter commented 9 years ago

With 3.0.2, some web-jars were updated, but the corresponding html wasn't. The web-jar versions are d3 3.5.5 and jquery 2.1.4, but the following versions are used, causing 404s:

    <script type="text/javascript" src="webjars/jquery/2.1.3/jquery.js"></script>
    <script type="text/javascript" src="webjars/d3js/3.5.2/d3.js"></script>

PS: Thanks for fixing #154!

pstutz commented 9 years ago

Thanks for reporting this bug and sorry for the oversight. It's fixed in the new release 3.0.3.