small fix to graphite target editor

pull/7/head
Torkel Ödegaard 12 years ago
parent 0de363ca7a
commit fe19e8f776
  1. 2
      src/app/controllers/graphiteTarget.js

@ -46,7 +46,7 @@ function (angular, _, config, gfunc, Parser) {
$scope.showTextEditor = true;
}
checkOtherSegments($scope.segments.length);
checkOtherSegments($scope.segments.length - 1);
}
function parseTargeRecursive(astNode, func, index) {

Loading…
Cancel
Save