Mercurial > open-web-challenges
diff open-web-challenges.js @ 13:d1f83e9c0791
Fixed hints to work on safari.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 30 Mar 2009 23:58:52 -0700 |
parents | 5cab1925bcda |
children | 9a759b8be515 |
line wrap: on
line diff
--- a/open-web-challenges.js Mon Mar 30 23:39:37 2009 -0700 +++ b/open-web-challenges.js Mon Mar 30 23:58:52 2009 -0700 @@ -29,7 +29,6 @@ var hints = $('<div class="hints"></div>'); hints.append(challenge.find('.hints').clone()); - hints.find('p').hide(); current.append(this._makeHintButton(hints)); current.append(hints);