aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarvin Borner2019-04-09 21:19:16 +0200
committerMarvin Borner2019-04-09 21:19:16 +0200
commit0ad8902e240b89e02eded01cd151a986d39868a9 (patch)
tree5b22da1e3626c4ed3f3b2d9076c5b9480c178d3b /src
parent3640f9b944431b25c50b4c2dc80f80a100c54f53 (diff)
Added bug fixing todo
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/views/fileview.rocker.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/views/fileview.rocker.html b/src/main/resources/views/fileview.rocker.html
index bef1ad0..087aba7 100644
--- a/src/main/resources/views/fileview.rocker.html
+++ b/src/main/resources/views/fileview.rocker.html
@@ -14,6 +14,7 @@
@layout.template("File " + filename, css, js) -> {
<button class="switch" id="raw">Show raw</button>
<span class="settings" id="settings">
+ <!-- TODO: HTML gets executed on linecount option click - why? -->
<label for="code">Linecount</label><input id="code" type="checkbox">
<label for="dark">Dark mode</label><input id="dark" type="checkbox">
</span>