From b024e3c5f25ad47e5a00faa670983e4f7803fbfa Mon Sep 17 00:00:00 2001 From: SirFist Date: Sat, 29 Feb 2020 00:37:03 +0000 Subject: [PATCH] standardise config buttons --- www/erupe/charsel.html | 8 ++++---- www/erupe/js/charsel.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/erupe/charsel.html b/www/erupe/charsel.html index c70888949..bdacd6fbd 100644 --- a/www/erupe/charsel.html +++ b/www/erupe/charsel.html @@ -66,12 +66,12 @@ --> - + - + - + - \ No newline at end of file + diff --git a/www/erupe/js/charsel.js b/www/erupe/js/charsel.js index ea7a4b875..36082e5d9 100644 --- a/www/erupe/js/charsel.js +++ b/www/erupe/js/charsel.js @@ -95,7 +95,7 @@ $(function() { }, 500); }); - $("#btn_config").click(function() { + $("#configButton").click(function() { try{ window.external.openMhlConfig(); } catch(e){