This commit is contained in:
Nicolas Stepien 2013-03-25 05:05:05 +01:00
parent 5e94c6ec52
commit a1817f0966

View File

@ -497,7 +497,7 @@ Main =
return
div = $.el 'div',
innerHTML: "#{errors.length} errors occured. [<a href=javascript:;>show</a>]"
innerHTML: "#{errors.length} errors occurred. [<a href=javascript:;>show</a>]"
$.on div.lastElementChild, 'click', ->
if @textContent is 'show'
@textContent = 'hide'