From 1c18bf0f4db94bc2168e4a0d2fa6795e67c97fd7 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 18 Oct 2016 13:22:21 -0400 Subject: [PATCH] Move config.js to /config/ --- .gitignore | 2 +- index.template.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6016a3978..0aad3f57b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /sprites/ /audio/ -/js/config.js +/config/ /index.php /index.html /data/* diff --git a/index.template.html b/index.template.html index 4045b5b75..0be4f121d 100644 --- a/index.template.html +++ b/index.template.html @@ -128,7 +128,7 @@ ga('send', 'pageview'); document.getElementById('loading-message').innerHTML += ' DONE
Loading data...'; - +