mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
misc bug fixes
This commit is contained in:
parent
6cd6c55e87
commit
16ee1c1d65
2 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue