diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-06 15:16:40 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-06 15:16:40 +1300 |
commit | 51d13af58bd939af696c5658d09f305582779440 (patch) | |
tree | e2e9b12f4aab2b1333b19b12fa465f88f9561ef8 /index.html | |
parent | 2f4e27402be28e4404bfe8ef782c7911ae5dcc93 (diff) | |
download | petrichor-51d13af58bd939af696c5658d09f305582779440.tar.xz |
Add basic session detection and selection
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ start(); </script> </head> - <body onclick="reset();" onload="update_time();"> + <body onclick="reset();" onload="load();"> <div id="date-container"> <div id="date"></div> <div id="time"></div> @@ -20,6 +20,7 @@ <div id="message_container"> <span id="message_label"></span> </div> + <select id="session_list"></select> <img id="shutdown" src="iec5009.svg" onclick="lightdm.shutdown();" /> </body> </html> |