From ab3eba8fee02a312778aec3aff3ce16e630be8be Mon Sep 17 00:00:00 2001 From: Quentin DECAUNES Date: Wed, 5 Jun 2019 18:08:00 +0200 Subject: [PATCH] Moved options data to a global file. --- index.html | 78 +++++++++++++++---------------- js/app.js | 2 +- js/methods.js | 30 ++++++++---- js/options_data.json | 93 +++++++++++++++++++++++++++++++++++++ js/options_description.json | 15 ------ 5 files changed, 155 insertions(+), 63 deletions(-) create mode 100644 js/options_data.json delete mode 100644 js/options_description.json diff --git a/index.html b/index.html index d618823..4e30871 100644 --- a/index.html +++ b/index.html @@ -31,76 +31,76 @@