diff --git a/registration-system/view/signups/story/story.js b/registration-system/view/signups/story/story.js
index 8e5e599b82b12af0632e93a0a9a69c88502e0dbf..87737084e3bd4207703e611d4fd95939ff323c4b 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: