aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-06 15:16:40 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-06 15:16:40 +1300
commit51d13af58bd939af696c5658d09f305582779440 (patch)
treee2e9b12f4aab2b1333b19b12fa465f88f9561ef8 /index.html
parent2f4e27402be28e4404bfe8ef782c7911ae5dcc93 (diff)
downloadpetrichor-51d13af58bd939af696c5658d09f305582779440.tar.xz
Add basic session detection and selection
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index f424466..9f04ffa 100644
--- a/index.html
+++ b/index.html
@@ -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>