Random things from James-Firth incl update icon
This commit is contained in:
parent
ac48d552fa
commit
6a00e8e348
3 changed files with 8 additions and 3 deletions
|
@ -8,8 +8,8 @@ use a JS implementation for FF.
|
|||
Note that the code is currently quite messy (its all in one file!), but it
|
||||
needs to work first, then it can be heavily cleaned up later.
|
||||
|
||||
Developing
|
||||
===========
|
||||
Getting Started with Development
|
||||
================================
|
||||
|
||||
* Clone the repo
|
||||
* Open Chrome
|
||||
|
@ -17,3 +17,8 @@ Developing
|
|||
* Enable developer mode (checkbox on the top right)
|
||||
* Click "Load unpacked extension..."
|
||||
* Point to the repo's directory
|
||||
|
||||
Tips/Tricks
|
||||
===========
|
||||
|
||||
* For Dev purposes, the test server always uses code 111111
|
BIN
icon.png
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 43 KiB |
|
@ -21,7 +21,7 @@
|
|||
<div id="listener"></div>
|
||||
<div id="log"></div>
|
||||
|
||||
<h1>TextSecure</h1>
|
||||
<h1>TextSecure <img src='icon.png' height='50px' width='50px'/></h1>
|
||||
<div id="init-setup" style="display: none;">
|
||||
<h2>Welcome to TextSecure. To get started please get a 6-digit setup code from your phone and enter it below.</h2>
|
||||
Phone number (including country code): +<input type="text" size="2" id="countrycode" /><input type="text" size="8" id="number" /><br>
|
||||
|
|
Loading…
Reference in a new issue