Help icons

This commit is contained in:
Tyler Renelle
2012-07-07 12:58:34 -04:00
parent 7fb26ab7c5
commit a45cb18db2
3 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ ready (model) ->
model.set('_debug', !model.get('_debug'))
$('.task-notes').popover()
$('.task-notes, [rel=popover]').popover()
model.set('_hideCompleted', true)
$('a[data-toggle="tab"]').on 'shown', (e) ->
@@ -202,7 +202,7 @@ ready (model) ->
tour.addStep
element: "ul.rewards"
title: "Rewards"
content: "As you complete goals, you earn gold. Buy rewards, and buy them liberally - rewards are integral in forming good habits."
content: "As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integral in forming good habits."
placement: "bottom"
tour.start()