remove unnecessary lines
This commit is contained in:
parent
4ddf9b4e04
commit
b50b76bf81
@ -362,20 +362,6 @@ define(function () {
|
|||||||
|
|
||||||
// Initial states
|
// Initial states
|
||||||
|
|
||||||
out.initialState = [
|
|
||||||
'<p>',
|
|
||||||
'Voici <strong>CryptPad</strong>, l\'éditeur collaboratif en temps-réel Zero Knowledge.',
|
|
||||||
'<br>',
|
|
||||||
'Ce que vous tapez ici est chiffré de manière que seules les personnes avec le lien peuvent y accéder.',
|
|
||||||
'<br>',
|
|
||||||
'Même le serveur est incapable de voir ce que vous tapez.',
|
|
||||||
'</p>',
|
|
||||||
'<p>',
|
|
||||||
'<small>',
|
|
||||||
'<i>Ce que vous voyez ici, ce que vous entendez, quand vous partez, ça reste ici</i>',
|
|
||||||
'</small>',
|
|
||||||
'</p>',
|
|
||||||
].join('');
|
|
||||||
out.initialState = [
|
out.initialState = [
|
||||||
'<span style="font-size:18px;"><p>',
|
'<span style="font-size:18px;"><p>',
|
||||||
'Voici <strong>CryptPad</strong>, l\'éditeur collaboratif en temps-réel Zero Knowledge. Tout est sauvegardé dés que vous le tapez.',
|
'Voici <strong>CryptPad</strong>, l\'éditeur collaboratif en temps-réel Zero Knowledge. Tout est sauvegardé dés que vous le tapez.',
|
||||||
|
|||||||
@ -365,9 +365,6 @@ define(function () {
|
|||||||
|
|
||||||
out.header_france = '<a href="http://www.xwiki.com/" target="_blank" rel="noopener noreferrer">With <img class="bottom-bar-heart" src="/customize/heart.png" alt="love" /> from <img class="bottom-bar-fr" src="/customize/fr.png" title="France" alt="France"/> by <img src="/customize/logo-xwiki.png" alt="XWiki SAS" class="bottom-bar-xwiki"/></a>';
|
out.header_france = '<a href="http://www.xwiki.com/" target="_blank" rel="noopener noreferrer">With <img class="bottom-bar-heart" src="/customize/heart.png" alt="love" /> from <img class="bottom-bar-fr" src="/customize/fr.png" title="France" alt="France"/> by <img src="/customize/logo-xwiki.png" alt="XWiki SAS" class="bottom-bar-xwiki"/></a>';
|
||||||
|
|
||||||
|
|
||||||
// TODO Hardcode cause YOLO
|
|
||||||
//out.header_xwiki = '<a href="http://www.xwiki.com/" target="_blank" rel="noopener noreferrer"><img src="/customize/logo-xwiki.png" alt="XWiki SAS" class="bottom-bar-xwiki"/></a>';
|
|
||||||
out.header_support = '<a href="http://ng.open-paas.org/" title="OpenPaaS::ng" target="_blank" rel="noopener noreferrer"> <img src="/customize/openpaasng.png" alt="OpenPaaS-ng" class="bottom-bar-openpaas" /></a>';
|
out.header_support = '<a href="http://ng.open-paas.org/" title="OpenPaaS::ng" target="_blank" rel="noopener noreferrer"> <img src="/customize/openpaasng.png" alt="OpenPaaS-ng" class="bottom-bar-openpaas" /></a>';
|
||||||
out.header_logoTitle = 'Go to the main page';
|
out.header_logoTitle = 'Go to the main page';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user