Change alert to loading info message

This commit is contained in:
rugk
2016-10-31 12:20:07 +01:00
parent 7bbb273c1c
commit f9149595c9
9 changed files with 21 additions and 13 deletions

View File

@@ -20,11 +20,6 @@
/** global: showdown */
/** global: sjcl */
$(document).ready(function() {
// hide "no javascript" message as early as possible
$('#noscript').hide();
})
// Immediately start random number generator collector.
sjcl.random.startCollectors();