summaryrefslogtreecommitdiffstats
path: root/pages/tutorial.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-07-09 13:30:30 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-07-09 13:30:30 -0700
commit92fc724c91790cd0042354f99041b46ed9f670df (patch)
treed36c7be2f051c1192ec93dcd5aba214c8ad22304 /pages/tutorial.php
parent8ac6579f2dd3fe8e4739585dd24df51f3c54e7ac (diff)
downloadpathery-92fc724c91790cd0042354f99041b46ed9f670df.tar.xz
Added login div
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r--pages/tutorial.php2
1 files changed, 1 insertions, 1 deletions
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() {