From 92fc724c91790cd0042354f99041b46ed9f670df Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 9 Jul 2012 13:30:30 -0700 Subject: Added login div --- pages/tutorial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/tutorial.php b/pages/tutorial.php index d962f68..8e3b583 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -253,7 +253,7 @@ TutorialView.prototype.unlock = function(n) { if (this.locked >= this.cur) { this.nextbtn.className = this.nextbtn.className.replace(' disabled', ''); this.interval1 = setInterval(function() { - tv.nextbtn.className += ' flash'; + this.nextbtn.className += ' flash'; }, 1200); setTimeout(function() { tv.interval2 = setInterval(function() { -- cgit v1.2.3