Fix Initial User Journey (#9141)
* remove the call to setup inital card state * undo accidental checkin of filepull/9144/head
parent
7e867e733c
commit
2d302e6604
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue