Fix Initial User Journey (#9141)

* remove the call to setup inital card state

* undo accidental checkin of file
This commit is contained in:
Zach Arnold
2018-06-19 00:56:30 -07:00
committed by k8s-ci-robot
parent 7e867e733c
commit 2d302e6604
-2
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