Bug 1273513 - [Follow up] Incorrect logic in getGraphsLink (#2562)

This commit is contained in:
Shruti Jasoria 2017-06-15 19:57:53 +05:30 коммит произвёл William Lachance
Родитель 51301d7491
Коммит 4a3a94a178
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -285,7 +285,7 @@ treeherder.factory('PhCompare', [
});
if (resultSets) {
if (timeRange) {
if (!timeRange) {
graphsLink += '&timerange=' + _.max(
_.map(resultSets,
function (resultSet) {