Skip to content

Commit

Permalink
[FIXED JENKINS-17039] sort order of plugin list is not working by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
ssogabe committed Apr 7, 2013
1 parent afb5ddf commit 26b15e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -67,6 +67,9 @@
<li class='bug'>
"projects tied to slave" shows unrelated maven module jobs
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17451">issue 17451</a>)
<li class='bug'>
sort order of plugin list is not working by default.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17039">issue 17039</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
1 change: 1 addition & 0 deletions war/src/main/webapp/scripts/sortable.js
Expand Up @@ -63,6 +63,7 @@ function ts_makeSortable(table) {
cell.firstChild.lastChild.sortdir = initialSortDir;
}
ts_loadDirection(table);
ts_refresh(table);
}

function ts_getInnerText(el) {
Expand Down

0 comments on commit 26b15e1

Please sign in to comment.