Readme typo fix, sha512 benchmark, comment fix, better random for ECC
This commit is contained in:
parent
4b02417b61
commit
6424c82887
4 changed files with 24 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue