summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/index_template.html
Side-by-side diff
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
@@ -15,7 +15,7 @@
<script>
Clipperz_IEisBroken = false;
Clipperz_normalizedNewLine = '\n';
- Clipperz_dumpUrl = "/../dump/";
+ Clipperz_dumpUrl = "@dump.path@";
Clipperz_version = "@application.version@";
"use strict";
</script>
@@ -51,7 +51,7 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
/* * /
MochiKit.DOM.addLoadEvent(function () {
Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
- MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'j', passphrase:'j'});
+// MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'});
});
/ * */
</script>