Skip to content
Snippets Groups Projects
Commit 7ad05438 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

drop outdated code

parent b1b3367a
No related branches found
No related tags found
1 merge request!79Fii edits
...@@ -296,8 +296,6 @@ ...@@ -296,8 +296,6 @@
function mouseenter(event) { function mouseenter(event) {
if (event.currentTarget.id.startsWith("figure_1")){ if (event.currentTarget.id.startsWith("figure_1")){
remove_xs(default_xs,defaultPhotoID); remove_xs(default_xs,defaultPhotoID);
d3.select("#tutorial_arrow").selectAll("path")
.style("opacity", 0);
} }
} }
...@@ -305,8 +303,6 @@ ...@@ -305,8 +303,6 @@
if (event.currentTarget.id.startsWith("figure_1")){ if (event.currentTarget.id.startsWith("figure_1")){
remove_xs(currentXsID.value, currentPhotoID.value); remove_xs(currentXsID.value, currentPhotoID.value);
draw_xs(default_xs,defaultPhotoID); draw_xs(default_xs,defaultPhotoID);
d3.select("#tutorial_arrow").selectAll("path")
.style("opacity", 0.75);
defaultView.value = true; defaultView.value = true;
} }
} }
...@@ -392,8 +388,6 @@ ...@@ -392,8 +388,6 @@
if (!event.target.ownerSVGElement) { if (!event.target.ownerSVGElement) {
remove_xs(currentXsID.value, currentPhotoID.value); remove_xs(currentXsID.value, currentPhotoID.value);
draw_xs(default_xs, defaultPhotoID); draw_xs(default_xs, defaultPhotoID);
d3.select("#tutorial_arrow").selectAll("path")
.style("opacity", 0.75);
defaultView.value = true; defaultView.value = true;
} }
}, false); }, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment