Disabled test script in html
This commit is contained in:
parent
0e70ab2c42
commit
f8a0ea7f62
@ -101,11 +101,11 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<div class="testBlock">
|
<!-- div class="testBlock">
|
||||||
<script>
|
<script>
|
||||||
Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
|
Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!- - - ->
|
||||||
<script type="text/javascript" src="./js/TestData/User.data.js" charset="utf-8"></script>
|
<script type="text/javascript" src="./js/TestData/User.data.js" charset="utf-8"></script>
|
||||||
<script>
|
<script>
|
||||||
var dataStore = new Clipperz.PM.Proxy.Offline.DataStore({
|
var dataStore = new Clipperz.PM.Proxy.Offline.DataStore({
|
||||||
@ -121,12 +121,13 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
|
|||||||
<script>
|
<script>
|
||||||
NETWORK = npm.bitcoin.networks.testnet;
|
NETWORK = npm.bitcoin.networks.testnet;
|
||||||
</script>
|
</script>
|
||||||
<!-- -->
|
<!- - - ->
|
||||||
<script>
|
<!- - script>
|
||||||
// Live Reload hoock
|
// Live Reload hoock
|
||||||
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
|
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
|
||||||
</script>
|
</script - ->
|
||||||
</div>
|
</div -->
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user