Skip to content
Snippets Groups Projects
Commit 8fce8813 authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

clearing big images after pagechange

parent 2b42521d
Branches
No related tags found
No related merge requests found
......@@ -679,6 +679,7 @@ function myListView() {
// console.log(d)
selectedImage.page = page
detailVue._data.page = page
clearBigImages();
loadBigImage(selectedImage)
}
chart.changePage = changePage
......@@ -868,7 +869,6 @@ function myListView() {
// console.log(translate[1],e2, y3);
if (d3.event.sourceEvent != null) {
if (x1 < 0) {
translate[0] = 0;
......@@ -915,7 +915,6 @@ function myListView() {
.style("transform", "translate(" + 0 + "px," + timeY + "px)");
// toggle zoom overlays
if (scale > zoomBarrier) {
d3.select(".tagcloud").classed("hide", true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment