Programming tutorial opens link in new tab. Fixed some text

This commit is contained in:
Daniel Xie
2017-06-02 12:04:43 -05:00
parent 7655bd4264
commit b85783cebc
2 changed files with 4 additions and 4 deletions

View File

@@ -368,7 +368,7 @@ function iTutorialEvaluateStep() {
case iTutorialSteps.TutorialPageInfo:
iTutorialSetText("This page contains a lot of different documentation about the game's " +
"content and mechanics. <strong style='background-color:#444;'> I know it's a lot, but I highly suggest you read " +
"(or at least skim) through this before you start playing </strong>. That's the end of the tutorial. " +
"(or at least skim) through this before you start playing</strong>. That's the end of the tutorial. " +
"Hope you enjoy the game!");
var next = clearEventListeners("interactive-tutorial-next");
next.style.display = "inline-block";