summaryrefslogtreecommitdiff
path: root/frontend/delta/html/index_template.html
Side-by-side diff
Diffstat (limited to 'frontend/delta/html/index_template.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/delta/html/index_template.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/delta/html/index_template.html b/frontend/delta/html/index_template.html
index 0bd6fa8..ba3ee8e 100644
--- a/frontend/delta/html/index_template.html
+++ b/frontend/delta/html/index_template.html
@@ -22,5 +22,5 @@ refer to http://www.clipperz.com.
-->
-<html>
+<html manifest="manifest.appcache">
<head>
<title>@page.title@</title>
@@ -85,5 +85,5 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
<div class="page right" id="cardDetailPage"></div>
<div class="page right" id="accountPage"></div>
- <div class="page right" id="preferencesPage"></div>
+ <div class="page right" id="preferencePage"></div>
<div class="page right" id="errorPage"></div>
</div>
@@ -121,4 +121,5 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'});
+// MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'jj', passphrase:'jj'});
});