diff --git a/index.html b/index.html index 4a7497347..d0a3f3873 100755 --- a/index.html +++ b/index.html @@ -30,26 +30,62 @@

version 10 / patch notes

- + +
+
  • settings overhaul
  • -
  • changed updates page +
  • seraphim - mobile update + +
  • +
  • updates page
  • -
    +
  • other changes +
  • - +
    diff --git a/storage/js/settings.js b/storage/js/settings.js index bfb1815dd..99ca949c5 100644 --- a/storage/js/settings.js +++ b/storage/js/settings.js @@ -357,7 +357,12 @@ document.getElementById('export-theme').addEventListener('click', function() { document.body.removeChild(themePrompt); }); - + document.getElementById('cancel-export-theme').addEventListener('click', function() { + document.getElementById('blackout').style.display = 'none'; + document.getElementById('theme-prompt').style.display = 'none'; + document.body.removeChild(blackout); + document.body.removeChild(themePrompt); + }); }); document.getElementById('import-theme').addEventListener('click', function() {