Merge pull request #5307 from HabitRPG/tutorial

Tutorial overhaul
This commit is contained in:
Sabe Jones
2015-05-31 13:58:12 -07:00
29 changed files with 2844 additions and 2738 deletions

View File

@@ -15,7 +15,6 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
break;
case 'todo':
$rootScope.playSound('ToDo');
Guide.goto('intro', 1);
break;
default:
if (direction === 'down') $rootScope.playSound('Minus_Habit');