Fix Initial User Journey (#9141)

* remove the call to setup inital card state

* undo accidental checkin of file
pull/9144/head
Zach Arnold 2018-06-19 00:56:30 -07:00 committed by k8s-ci-robot
parent 7e867e733c
commit 2d302e6604
1 changed files with 0 additions and 2 deletions

View File

@ -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