* Fix bug#22555

This commit is contained in:
zenggang
2022-05-19 08:08:39 +00:00
parent 430209e92b
commit de835ecb3e
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ $(function()
$target.hide();
$target.fadeIn(1000);
order = 'order_asc'
history.pushState({}, 0, createLink('project', 'story', "executionID=" + executionID + '&orderBy=' + order));
history.pushState({}, 0, createLink('execution', 'story', "executionID=" + executionID + '&orderBy=' + order));
});
});