diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-07-09 13:30:30 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-07-09 13:30:30 -0700 |
commit | 92fc724c91790cd0042354f99041b46ed9f670df (patch) | |
tree | d36c7be2f051c1192ec93dcd5aba214c8ad22304 /pages | |
parent | 8ac6579f2dd3fe8e4739585dd24df51f3c54e7ac (diff) | |
download | pathery-92fc724c91790cd0042354f99041b46ed9f670df.tar.xz |
Added login div
Diffstat (limited to 'pages')
-rw-r--r-- | pages/tutorial.php | 2 |
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() {
|