diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-02-21 01:15:53 +0000 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-02-21 01:15:53 +0000 |
commit | 0b3b2494e290c8b0381423568529550add2a2ab2 (patch) | |
tree | 55296affe81a0511a26ab6ebb645e352bc5f3d7e /web/nms.gathering.org/nms2/index.html | |
parent | d371e83f0035f20a49c354ca2a1fc0b88f733d27 (diff) |
nms: Fix firefox replay
by actually following the spec
Diffstat (limited to 'web/nms.gathering.org/nms2/index.html')
-rw-r--r-- | web/nms.gathering.org/nms2/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/nms2/index.html b/web/nms.gathering.org/nms2/index.html index 81f68e5..111dd52 100644 --- a/web/nms.gathering.org/nms2/index.html +++ b/web/nms.gathering.org/nms2/index.html @@ -310,7 +310,7 @@ shortcuts. See the help menu for an overview of keyboard shortcuts.</p> <div class="input-group"> - <input type="text" class="form-control" placeholder="YYYY-MM-DD hh:mm:ss" id="nowPicker"> + <input type="text" class="form-control" placeholder="YYYY-MM-DDThh:mm:ss" id="nowPicker"> <span class="input-group-btn"> <button class="btn btn-default" onclick="changeNow();">Travel</button> </span> |