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.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/frontend/gamma/html/index_template.html b/frontend/gamma/html/index_template.html
index 5f5ed2d..ba7c311 100644
--- a/frontend/gamma/html/index_template.html
+++ b/frontend/gamma/html/index_template.html
@@ -16,5 +16,7 @@
16 Clipperz_IEisBroken = false; 16 Clipperz_IEisBroken = false;
17 Clipperz_normalizedNewLine = '\n'; 17 Clipperz_normalizedNewLine = '\n';
18 Clipperz_dumpUrl = "/dump/"; 18 Clipperz_dumpUrl = "/../dump/";
19 Clipperz_version = "@application.version@";
20 "use strict";
19</script> 21</script>
20 22
@@ -46,4 +48,11 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
46 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); 48 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@});
47 /*offline_data_placeholder*/ 49 /*offline_data_placeholder*/
50
51/* * /
52 MochiKit.DOM.addLoadEvent(function () {
53 Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
54 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'j', passphrase:'j'});
55 });
56/ * */
48</script> 57</script>
49 58