From 2759e089020cd96b6c908b4b6f9f12dcd3092827 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 15 Mar 2017 17:32:00 -0400 Subject: [PATCH] Fix bug in adding date entries in tag history view --- static/js/directives/ui/repo-tag-history.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/directives/ui/repo-tag-history.js b/static/js/directives/ui/repo-tag-history.js index e5bfc8895..7be799ccb 100644 --- a/static/js/directives/ui/repo-tag-history.js +++ b/static/js/directives/ui/repo-tag-history.js @@ -121,7 +121,6 @@ angular.module('quay').directive('repoTagHistory', function () { 'date_break': true, 'date': new Date(current.time) }); - i--; } }