-rw-r--r-- | frontend/delta/html/index_template.html | 5 |
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 @@ -18,13 +18,13 @@ refer to http://www.clipperz.com. * You should have received a copy of the GNU Affero General Public License along with Clipperz. If not, see http://www.gnu.org/licenses/. --> -<html> +<html manifest="manifest.appcache"> <head> <title>@page.title@</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- user-scalable=no, maximum-scale=1.0 --> <meta name="apple-mobile-web-app-capable" content="yes" /> @@ -81,13 +81,13 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; </div> <div class="page right" id="loginPage"></div> <div class="page right" id="registrationPage"></div> <div class="page right" id="cardListPage"></div> <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> <div class="overlay" id="overlay"> <div class="spinner"> <div class="bar01"></div> <div class="bar02"></div> @@ -117,12 +117,13 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; /*offline_data_placeholder*/ /* * / MochiKit.DOM.addLoadEvent(function () { 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'}); }); // Live Reload hoock document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>') / * */ </script> |