mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
tmp(interactive-tour): temporarily remove Hide button
This commit is contained in:
parent
16e996c971
commit
962bb65608
1 changed files with 3 additions and 2 deletions
|
|
@ -142,8 +142,9 @@ function($rootScope, User, $timeout, $state) {
|
|||
'<h3 class="popover-title"></h3> ' +
|
||||
'<div class="popover-content"></div> ' +
|
||||
'<div class="popover-navigation"> ' +
|
||||
'<button class="btn btn-sm btn-default" data-role="end" style="float:none;">' + (step.final ? 'Finish Tour' : 'Hide') + '</button>'+
|
||||
'<div class="btn-group" style="float:right;"> ' +
|
||||
//'<button class="btn btn-sm btn-default" data-role="end" style="float:none;">' + (step.final ? 'Finish Tour' : 'Hide') + '</button>'+
|
||||
(step.final ? '<button class="btn btn-sm btn-default" data-role="end" style="float:none;">Finish Tour</button>' : '')+
|
||||
'<div class="btn-group"> ' +
|
||||
'<button class="btn btn-sm btn-default" data-role="prev">« Prev</button> ' +
|
||||
'<button class="btn btn-sm btn-default" data-role="next">Next »</button> ' +
|
||||
'<button class="btn btn-sm btn-default" data-role="pause-resume" data-pause-text="Pause" data-resume-text="Resume">Pause</button> ' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue