From a08d3740a37cfea8c26ff09366b650a22ce13b8e Mon Sep 17 00:00:00 2001 From: javl Date: Wed, 2 Nov 2016 15:09:28 +0100 Subject: [PATCH] Adds link to repo --- index.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 60b0dee..df006a1 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,3 @@ - @@ -67,6 +59,9 @@

image2cpp

+

+ Click here to visit the Github repo for this tool. +

@@ -433,7 +428,7 @@ // Get the custom arduino output variable name, if any function getVariableName() { - var vn = document.getElementById('variableName'); + var vn = document.getElementById('variableName'); return vn && vn.value.length ? vn.value : variableName; }