From 8987f32d9de413fd35577a37a500b6dbf6520eb5 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Wed, 16 Oct 2013 22:44:29 -0400 Subject: [PATCH] Fix some tabs. --- static/js/graphing.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/graphing.js b/static/js/graphing.js index 95d76d1b4..39adc9aa3 100644 --- a/static/js/graphing.js +++ b/static/js/graphing.js @@ -368,8 +368,8 @@ ImageHistoryTree.prototype.setTag_ = function(tagName) { // Update the state of each existing node to no longer be highlighted. if (this.currentImage_) { - var currentNode = imageByDBID[this.currentImage_.dbid]; - this.markPath_(currentNode, false); + var currentNode = imageByDBID[this.currentImage_.dbid]; + this.markPath_(currentNode, false); } // Find the new current image (if any). @@ -379,8 +379,8 @@ ImageHistoryTree.prototype.setTag_ = function(tagName) { // Update the state of the new node path. if (this.currentImage_) { - var currentNode = imageByDBID[this.currentImage_.dbid]; - this.markPath_(currentNode, true); + var currentNode = imageByDBID[this.currentImage_.dbid]; + this.markPath_(currentNode, true); } // Ensure that the children are in the correct order.