rasvaan / accurator

Accurator cpack
7 stars 3 forks source link

Problems in addPath in accurator_annotate.js due to the changes in results page #158

Closed LaraHack closed 8 years ago

LaraHack commented 8 years ago

function addPath() { query = localStorage.getItem("query"); var cluster = JSON.parse(localStorage.getItem("currentCluster")); $("#path").append(pathHtmlElements(cluster.path)); unfoldPathEvent("#path", cluster.path); addClusterNavigationButtonEvents(); }

ReferenceError: pathHtmlElements is not defined -> line 89 in accurate_annotate.js

Also, "currentCluster" is not present in localStorage

rasvaan commented 8 years ago

Not relevant anymore since introduction path objects.