diff options
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() {
|