From b9a802163bcc81ab9be780b621357fdfc0a8c673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 15 Feb 2015 22:01:22 +0100 Subject: [PATCH] Clean some code that make crawlers unhappy --- index.html | 8 ++++---- src/ninja.onload.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index bc8320a..00c1f7d 100644 --- a/index.html +++ b/index.html @@ -12405,10 +12405,10 @@ var list = ""; for(i = 0; i < janin.currencies.length; i++) { if(janin.currencies[i].donate == null) continue; - list += "" - +"" - +""; + list += ""; + list += ""; + list += ""; } list += "
"+janin.currencies[i].name+"" - +janin.currencies[i].donate+"
"+janin.currencies[i].name+""; + list += janin.currencies[i].donate+"
"; donatelist.innerHTML = list; diff --git a/src/ninja.onload.js b/src/ninja.onload.js index 9533d7d..556cb69 100644 --- a/src/ninja.onload.js +++ b/src/ninja.onload.js @@ -51,10 +51,10 @@ var list = ""; for(i = 0; i < janin.currencies.length; i++) { if(janin.currencies[i].donate == null) continue; - list += "" - +"" - +""; + list += ""; + list += ""; + list += ""; } list += "
"+janin.currencies[i].name+"" - +janin.currencies[i].donate+"
"+janin.currencies[i].name+""; + list += janin.currencies[i].donate+"
"; donatelist.innerHTML = list;