Updated Branches:
  refs/heads/master df4ba4aed -> b8b1b96a1

ACCUMULO-1837: fix JS error

Signed-off-by: John Vines <jvi...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b8b1b96a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b8b1b96a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b8b1b96a

Branch: refs/heads/master
Commit: b8b1b96a15dab0b17bda163d47b048a6199ed7db
Parents: df4ba4a
Author: Michael Berman <mber...@sqrrl.com>
Authored: Thu Oct 31 15:48:10 2013 -0400
Committer: John Vines <jvi...@gmail.com>
Committed: Thu Oct 31 17:20:22 2013 -0400

----------------------------------------------------------------------
 server/src/main/resources/web/flot/jquery.flot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/b8b1b96a/server/src/main/resources/web/flot/jquery.flot.js
----------------------------------------------------------------------
diff --git a/server/src/main/resources/web/flot/jquery.flot.js 
b/server/src/main/resources/web/flot/jquery.flot.js
index aabc544..f38561b 100644
--- a/server/src/main/resources/web/flot/jquery.flot.js
+++ b/server/src/main/resources/web/flot/jquery.flot.js
@@ -1557,7 +1557,7 @@
                 var axis = axes[j], box = axis.box,
                     t = axis.tickLength, x, y, xoff, yoff;
                 if (!axis.show || axis.ticks.length == 0)
-                    continue
+                    continue;
                 
                 ctx.strokeStyle = axis.options.tickColor || 
$.color.parse(axis.options.color).scale('a', 0.22).toString();
                 ctx.lineWidth = 1;

Reply via email to