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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/gamma/html/index_template.html b/frontend/gamma/html/index_template.html
index ba7c311..b80a34f 100644
--- a/frontend/gamma/html/index_template.html
+++ b/frontend/gamma/html/index_template.html
@@ -17,3 +17,3 @@
17 Clipperz_normalizedNewLine = '\n'; 17 Clipperz_normalizedNewLine = '\n';
18 Clipperz_dumpUrl = "/../dump/"; 18 Clipperz_dumpUrl = "@dump.path@";
19 Clipperz_version = "@application.version@"; 19 Clipperz_version = "@application.version@";
@@ -53,3 +53,3 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
53 Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose(); 53 Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
54 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'j', passphrase:'j'}); 54 // MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'});
55 }); 55 });