Move the [ - ] of the full board list to the end. #932

This commit is contained in:
Nicolas Stepien 2013-03-24 03:32:11 +01:00
parent ef5afbf2b9
commit b67ef911a4

View File

@ -53,7 +53,7 @@ Header =
className: 'hide-board-list-button brackets-wrap'
innerHTML: '<a href=javascript:;> - </a>'
$.on btn, 'click', Header.toggleBoardList
$.prepend fullBoardList, btn
$.add fullBoardList, btn
else
$.rm $ '#custom-board-list', Header.bar
fullBoardList.hidden = false