misc bug fixes

This commit is contained in:
Tyler Renelle 2013-09-03 19:11:52 -04:00
parent 6cd6c55e87
commit 16ee1c1d65
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ habitrpg.controller("AuthCtrl", ['$scope', '$rootScope', 'User', '$http', '$loca
$scope.playButtonClick = function(){
if (User.authenticated()) {
window.location.href = '/';
window.location.href = '/#/tasks';
} else {
$('#login-modal').modal('show');
}

View file

@ -18,7 +18,7 @@ block content
p(style='height:600;')
iframe(src='//player.vimeo.com/video/57639356', width='100%', height='539', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
.modal.fade#login-modal
.modal.fade#login-modal(style='display:none')
.modal-dialog
.modal-content
.modal-header