Skip to content

Commit

Permalink
Fix Initial User Journey (#9141)
Browse files Browse the repository at this point in the history
* remove the call to setup inital card state

* undo accidental checkin of file
  • Loading branch information
zparnold authored and k8s-ci-robot committed Jun 19, 2018
1 parent 7e867e7 commit 2d302e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/js/user-journeys/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ $( document ).ready(function() {
// Set up UI
buildCards();
attachCardEvents();
// Set up and display user journey state
setupCardState();
}

// What actually executes on page load
Expand Down

0 comments on commit 2d302e6

Please sign in to comment.