From f39e8af7275fc66d91c208be35cf4cbb2c72d2af Mon Sep 17 00:00:00 2001
From: Tim Repke <timmothey@gmx.de>
Date: Fri, 25 Sep 2015 12:40:39 +0200
Subject: [PATCH] dont forget submit hint

---
 registration-system/view/signups/game1/js/story.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/registration-system/view/signups/game1/js/story.js b/registration-system/view/signups/game1/js/story.js
index 665e839..b924425 100644
--- a/registration-system/view/signups/game1/js/story.js
+++ b/registration-system/view/signups/game1/js/story.js
@@ -830,8 +830,8 @@ Story.credits = function () {
     Game.actionsBlocked = true;
     Game.achievements.triggerAchievement('gameDone');
     $('#game-overlay').html('' +
-        '<div id="stand_by" style="margin: 40px auto; text-align: center;font-size: 30pt;font-family: \'Courier New\', Courier, monospace;font-weight: bold;">' +
-        'Bitte warten!</div><div class="starWars"><div>' +
+        '<div id="stand_by" style="margin: 40px auto; text-align: center;font-family: \'Courier New\', Courier, monospace;">' +
+        '<span style="font-size: 30pt;font-weight: bold;">Bitte warten!</span><br /><span>Submit auf nächster Seite</span></div><div class="starWars"><div>' +
         '   <p>Anmeldung wird übertragen.</p>' +
         '   <p></p>' +
         '   <p>Kudos to:<br />Manuel Herrmann<br />Tim Repke</p>' +
-- 
GitLab