Readme typo fix, sha512 benchmark, comment fix, better random for ECC

This commit is contained in:
HelloZeroNet 2015-01-13 10:56:47 +01:00
parent 4b02417b61
commit 6424c82887
4 changed files with 24 additions and 5 deletions

View file

@ -12,7 +12,7 @@ class Loading
# We dont need loadingscreen anymore
hideScreen: ->
if not $(".loadingscreen").hasClass("done") # Nothing to do, just let the animtion to be finished
if not $(".loadingscreen").hasClass("done") # Only if its not animating already
if @screen_visible # Hide with animate
$(".loadingscreen").addClass("done").removeLater(2000)
else # Not visible, just remove