mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-14 18:49:03 +01:00
Moved copyright notice to the very top of the index.html file
This commit is contained in:
parent
ab128e98e7
commit
781966771b
@ -1,3 +1,6 @@
|
|||||||
|
<!--
|
||||||
|
@copyright@
|
||||||
|
-->
|
||||||
<html manifest="manifest.appcache">
|
<html manifest="manifest.appcache">
|
||||||
<head>
|
<head>
|
||||||
<title>@page.title@</title>
|
<title>@page.title@</title>
|
||||||
@ -11,9 +14,6 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="translucent-black" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="translucent-black" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Clipperz" />
|
<meta name="apple-mobile-web-app-title" content="Clipperz" />
|
||||||
<!--
|
|
||||||
@copyright@
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- link rel="apple-touch-icon-precomposed" ... -->
|
<!-- link rel="apple-touch-icon-precomposed" ... -->
|
||||||
<!--
|
<!--
|
||||||
@ -106,7 +106,8 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
|
|||||||
'shouldPayTolls': false
|
'shouldPayTolls': false
|
||||||
});
|
});
|
||||||
|
|
||||||
Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.Offline({ 'dataStore':dataStore, 'type':'OFFLINE_COPY', 'typeDescription':'Offline copy'});
|
// Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.Offline({ 'dataStore':dataStore, 'type':'OFFLINE_COPY', 'typeDescription':'Offline copy'});
|
||||||
|
Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.Offline({ 'dataStore':dataStore, 'type':'ONLINE', 'typeDescription':'Offline copy'});
|
||||||
Clipperz.PM.Proxy.defaultProxy.dataStore().setupWithEncryptedData(testData);
|
Clipperz.PM.Proxy.defaultProxy.dataStore().setupWithEncryptedData(testData);
|
||||||
|
|
||||||
// Live Reload hoock
|
// Live Reload hoock
|
||||||
|
Loading…
Reference in New Issue
Block a user