Html changes

This commit is contained in:
Vik Paruchuri
2013-01-07 17:55:38 -05:00
parent ea6945a3fe
commit d4dd0cd84c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class @Collapsible
if $(event.target).text() == 'See full output'
new_text = 'Hide output'
else
new_text = 'See full ouput'
new_text = 'See full output'
$(event.target).text(new_text)
@toggleHint: (event) =>