From f47fac4108519239744cd52f392cc80f46fda9c9 Mon Sep 17 00:00:00 2001 From: Manuel Herrmann <0@0x17.de> Date: Fri, 20 Oct 2017 01:59:52 +0200 Subject: [PATCH] story mode: usage of nonexistent variable summary --- registration-system/view/signups/story/story.js | 1 - 1 file changed, 1 deletion(-) diff --git a/registration-system/view/signups/story/story.js b/registration-system/view/signups/story/story.js index 8e5e599..8773708 100644 --- a/registration-system/view/signups/story/story.js +++ b/registration-system/view/signups/story/story.js @@ -129,7 +129,6 @@ Story.prototype.next = function (bGoBack) { this.initSummary(); this.storycanvas.stop(true, true).animate({height: bGoBack ? '500px' : '680px'}, 1000); this.storybox.stop(true, true).animate({height: bGoBack ? '500px' : '680px'}, 1000); - this.summary.animate({left: bGoBack ? '-900px' : '0px'}, 1000); this.travelEnd.animate({left: bGoBack ? '0px' : '900px'}, 1000); break; default: -- GitLab