From 327974f7ed55b6858d9f759fa4459d0257689ba1 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Wed, 11 Jan 2017 13:38:54 +0000 Subject: [PATCH] Removes title attribute from tiles --- 404.html | 558 +++++++++++++++++++++++++-------------------------- index.html | 558 +++++++++++++++++++++++++-------------------------- src/build.js | 2 +- 3 files changed, 559 insertions(+), 559 deletions(-) diff --git a/404.html b/404.html index a8ade77d..0fe4e6ad 100644 --- a/404.html +++ b/404.html @@ -210,285 +210,285 @@
diff --git a/index.html b/index.html index a8ade77d..0fe4e6ad 100644 --- a/index.html +++ b/index.html @@ -210,285 +210,285 @@
diff --git a/src/build.js b/src/build.js index d04453f3..68e25331 100644 --- a/src/build.js +++ b/src/build.js @@ -95,7 +95,7 @@ for (var i = 0; i < source.icons.length; i++) { filePath = "../icons/" + fileName + ".svg"; var fs = require('fs'); var svg = fs.readFileSync(filePath, 'utf8'); - main += "\n
  • " + svg + "" + source.icons[i].title + "" + "#" + source.icons[i].hex + "
  • "; + main += "\n
  • " + svg + "" + source.icons[i].title + "" + "#" + source.icons[i].hex + "
  • "; } // Put all content together and export to index.html