Disabled test script in html

v1.0.4-work
Giulio Cesare Solaroli 2017-01-22 16:53:27 +01:00
parent 0e70ab2c42
commit f8a0ea7f62
1 changed files with 7 additions and 6 deletions

View File

@ -101,7 +101,7 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
</script>
<div class="testBlock">
<!-- div class="testBlock">
<script>
Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
</script>
@ -122,11 +122,12 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
NETWORK = npm.bitcoin.networks.testnet;
</script>
<!- - - ->
<script>
<!- - script>
// Live Reload hoock
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
</script>
</div>
</script - ->
</div -->
</body>
</html>