summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/index_template.html
Unidiff
Diffstat (limited to 'frontend/gamma/html/index_template.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/html/index_template.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/frontend/gamma/html/index_template.html b/frontend/gamma/html/index_template.html
index 5f5ed2d..699e0e9 100644
--- a/frontend/gamma/html/index_template.html
+++ b/frontend/gamma/html/index_template.html
@@ -17,3 +17,4 @@
17 Clipperz_normalizedNewLine = '\n'; 17 Clipperz_normalizedNewLine = '\n';
18 Clipperz_dumpUrl = "/dump/"; 18 Clipperz_dumpUrl = "/../dump/";
19 "use strict";
19</script> 20</script>
@@ -47,2 +48,9 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
47 /*offline_data_placeholder*/ 48 /*offline_data_placeholder*/
49
50/* * /
51 MochiKit.DOM.addLoadEvent(function () {
52 Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
53 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'j', passphrase:'j'});
54 });
55/ * */
48</script> 56</script>