diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js index ed2cf17..4e0cf5d 100644 --- a/assets/js/icecoder.js +++ b/assets/js/icecoder.js @@ -4828,7 +4828,7 @@ var ICEcoder = { "top": -55, "left": 0, "title": "

Code editor awesomeness ...in your browser", - "message": "View the quick start tutorial? (Well worthwhile!) or skip it", + "message": "View the quick start tutorial? (Well worthwhile!) or skip it.", "button": "view tutorial" }, 1: { @@ -4927,8 +4927,8 @@ var ICEcoder = { "top": winH, "left": (((winW + 250) / 2) - 50), "title": "Let's get started!", - "message": "This really only scratches the surface of what ICEcoder can do. Have a look around, test out the features and don't forget to checkout the website for more advanced tips & tricks. You can get to this tutorial again under Help > Tutorial.", - "button": "start!" + "message": "This really only scratches the surface of what ICEcoder can do, so have a look around and try things out. The plugins also supercharge ICEcoder with amazing powers, a great place to start, or you can just get started without plugins.", + "button": "plugins >" }, }; @@ -4980,6 +4980,16 @@ var ICEcoder = { xhr.open("POST",iceLoc+"/lib/settings.php?action=turnOffTutorialOnLogin&csrf="+this.csrf,true); xhr.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); xhr.send(); + } + + if (12 === step) { + setTimeout(function() { + ICEcoder.pluginsManager(); + }, 500); + return; + } + + if (99 === step) { return; }