summaryrefslogtreecommitdiff
path: root/frontend/delta/html/index_template.html
Unidiff
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
@@ -23,3 +23,3 @@ refer to http://www.clipperz.com.
23 23
24<html> 24<html manifest="manifest.appcache">
25<head> 25<head>
@@ -86,3 +86,3 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
86 <div class="page right" id="accountPage"></div> 86 <div class="page right" id="accountPage"></div>
87 <div class="page right" id="preferencesPage"></div> 87 <div class="page right" id="preferencePage"></div>
88 <div class="page right" id="errorPage"></div> 88 <div class="page right" id="errorPage"></div>
@@ -122,2 +122,3 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
122 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'}); 122 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'});
123 // MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'jj', passphrase:'jj'});
123 }); 124 });