Fix nacl not loading
HEADDESK HEADDESK HEADDESK
This commit is contained in:
parent
0cf5ae3bbf
commit
40c3bc8640
2 changed files with 2 additions and 4 deletions
|
@ -16,8 +16,6 @@
|
||||||
<link href="/stylesheets/bootstrap-tagsinput.css" rel="stylesheet" type="text/css" />
|
<link href="/stylesheets/bootstrap-tagsinput.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body class='signal index' data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">
|
<body class='signal index' data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">
|
||||||
<div id="listener"></div>
|
|
||||||
<div id="log"></div>
|
|
||||||
<div class='title-bar' id='header'>
|
<div class='title-bar' id='header'>
|
||||||
<h1>Signal</h1>
|
<h1>Signal</h1>
|
||||||
<a href id='new-message'>New message</a>
|
<a href id='new-message'>New message</a>
|
||||||
|
@ -156,5 +154,7 @@
|
||||||
<script type="text/javascript" src="js/views/new_conversation_view.js"></script>
|
<script type="text/javascript" src="js/views/new_conversation_view.js"></script>
|
||||||
<script type="text/javascript" src="js/views/new_group_view.js"></script>
|
<script type="text/javascript" src="js/views/new_group_view.js"></script>
|
||||||
<script type="text/javascript" src="js/popup.js"></script>
|
<script type="text/javascript" src="js/popup.js"></script>
|
||||||
|
<div id="listener"></div>
|
||||||
|
<div id="log"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -10,8 +10,6 @@ body {
|
||||||
background-color: #ffdddd;
|
background-color: #ffdddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#listener, #log { display: none; }
|
|
||||||
|
|
||||||
.gutter {
|
.gutter {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue