remove Show Classes Tour button from Settings page, and associated code

This commit is contained in:
Alys
2015-09-05 17:29:27 +10:00
parent 90cea7016d
commit e0b57fa2c5
3 changed files with 0 additions and 6 deletions

View File

@@ -58,10 +58,6 @@ habitrpg.controller('SettingsCtrl',
Guide.goto('intro', 0, true);
}
$scope.showClassesTour = function(){
Guide.goto('classes', 0, true);
}
$scope.showBailey = function(){
User.set({'flags.newStuff':true});
}