Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Logout clears anyway |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b030eeea6cbf8a390e8f8e6a2576907e |
User & Date: | vandys 2018-10-12 13:18:45 |
Context
2018-10-12
| ||
13:21 | Lose the transition, it's just annoying when trying to switch notes. check-in: cfefa3700f user: vandys tags: master, trunk | |
13:18 | Logout clears anyway check-in: b030eeea6c user: vandys tags: master, trunk | |
13:10 | Update install instructions check-in: ce0efa1827 user: vandys tags: master, trunk | |
Changes
Changes to index.html.
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
<div id="mainmenu">
<div id="tools">
<button onclick="tool_new()">Add New</button>
<button onclick="sync()">Sync Entries</button>
<button onclick="tool_logout()">Logout</button>
<button onclick="tool_clear()">Clear Local Storage</button>
</div>
<div id="entries">
</div>
</div>
<div id="editor">
|
< |
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
<div id="mainmenu"> <div id="tools"> <button onclick="tool_new()">Add New</button> <button onclick="sync()">Sync Entries</button> <button onclick="tool_logout()">Logout</button> </div> <div id="entries"> </div> </div> <div id="editor"> |