diff --git a/.githooks/pre-commit b/.githooks/pre-commit
index 1b2e84a..e0a6f7a 100755
--- a/.githooks/pre-commit
+++ b/.githooks/pre-commit
@@ -6,4 +6,4 @@
sh .devtools/updatehashes.sh
# Adds file to current commit
-git add --all
\ No newline at end of file
+git add "**.html"
\ No newline at end of file
diff --git a/index.html b/index.html
index faf2671..a01d26e 100644
--- a/index.html
+++ b/index.html
@@ -345,10 +345,10 @@
-
+
diff --git a/js/ui/tool/generic.js b/js/ui/tool/generic.js
index 56e3a6b..c9be07f 100644
--- a/js/ui/tool/generic.js
+++ b/js/ui/tool/generic.js
@@ -35,10 +35,10 @@ const _tool = {
uiCtx.save();
- // draw targeting square reticle thingy cursor
+ // Draw targeting square reticle thingy cursor
uiCtx.lineWidth = style.reticleWidth;
uiCtx.strokeStyle = style.reticleStyle;
- uiCtx.strokeRect(bbvp.x, bbvp.y, bbvp.w, bbvp.h); //origin is middle of the frame
+ uiCtx.strokeRect(bbvp.x, bbvp.y, bbvp.w, bbvp.h); // Origin is middle of the frame
uiCtx.font = `bold 20px Open Sans`;