cluster_search_ui/commit
Removed log messages.
author | Chris Dijkshoorn |
---|---|
Wed Jun 17 14:35:26 2015 +0200 | |
committer | Chris Dijkshoorn |
Wed Jun 17 14:35:26 2015 +0200 | |
commit | 9510f1d722b26361c3f061a6ea44c20db0f22ce5 |
tree | fbf415561ace59f8834481b3406b4f02c99128aa |
parent | 57a953cae93df47b080f19dc4356e9387508ad1f |
Diff style: patch stat
diff --git a/web/js/thumbnail.js b/web/js/thumbnail.js index a6b24aa..04adc43 100644 --- a/web/js/thumbnail.js +++ b/web/js/thumbnail.js @@ -104,7 +104,6 @@ function getId(uri) { function addClickEvent(id, link, clusterId, index) { //Add thumbnail click event - console.log("Adding click event for ", clusterId, id); $("#cluster" + clusterId + " #" + id).click(function() { //Add info to local storage to be able to save context localStorage.setItem("itemIndex", index); @@ -113,6 +112,5 @@ function addClickEvent(id, link, clusterId, index) { if((clusterId+1) == clusters.length) localStorage.setItem("query", "random"); document.location.href=link; - console.log("Added click event for id", id ,link, clusterId, index); }); }