From 2d302e66048f0581353d62bddf503a90bad50a19 Mon Sep 17 00:00:00 2001 From: Zach Arnold Date: Tue, 19 Jun 2018 00:56:30 -0700 Subject: [PATCH] Fix Initial User Journey (#9141) * remove the call to setup inital card state * undo accidental checkin of file --- static/js/user-journeys/home.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/user-journeys/home.js b/static/js/user-journeys/home.js index 9c3c7d1a72..61d257420a 100644 --- a/static/js/user-journeys/home.js +++ b/static/js/user-journeys/home.js @@ -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