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
@@ -17,3 +17,3 @@
Clipperz_normalizedNewLine = '\n';
- Clipperz_dumpUrl = "/../dump/";
+ Clipperz_dumpUrl = "@dump.path@";
Clipperz_version = "@application.version@";
@@ -53,3 +53,3 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
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'});
});