Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
walteranderson committed May 14, 2015
1 parent 04a396b commit dabd5b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ function initSettings() {
function showBoardsAndLists() {
$('.board-dropdown').removeClass('hidden');
$('.list-dropdown').removeClass('hidden');

// load from storage immediately if we have it
loadBoardsAndLists();

// call the API to update our local storage
api.getOrgsAndBoards(loadBoardsAndLists);
}

function hideBoardsAndLists() {
Expand Down

0 comments on commit dabd5b2

Please sign in to comment.