diff --git a/data/script.js b/data/script.js index d54c4de6..ff8ba7d8 100644 --- a/data/script.js +++ b/data/script.js @@ -14,30 +14,8 @@ async function ref(e) { function about() { document.getElementById("lic").innerHTML = '
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
'; - var e = - "Based on the previous work of the following open source developers:
"; - (e += - "Copyright© 2019 Allen Derusha allen @derusha.orgMIT License
Copyright© 2021 LVGL KftMIT License
"), - 1 == tft && - (e += - "Copyright© 2020 lovyan03 (https://github.com/lovyan03) All rights reserved.FreeBSD License
"), - (e += - "Copyright© 2020 Bodmer (https://github.com/Bodmer) All rights reserved.FreeBSD License
"), - (e += - "Copyright© 2012 Adafruit Industries. All rights reservedBSD License
"), - (e += - "Copyright© 2014-2021 Benoit BLANCHONMIT License
"), - (e += - "Copyright© 2008-2015 Nicholas O'LearyMIT License
"), - (e += - "Copyright© 2017,2018 Thijs Elenbaas, MrRobot62, rahuldeo2047, NOX73, dhylands, Josha blemasle, mfalkviddMIT License
"), - (e += - "Copyright© Project NayukiMIT License
"), - (e += - "Copyright© 2017 Renzo Mischianti www.mischianti.org All right reserved.MIT License
"), - (e += - "Copyright© 2018 Brian T. ParkMIT License
"), - (document.getElementById("pkg").innerHTML = e); + document.getElementById("pkg").innerHTML = + "Based on the previous work of the following open source developers:
Copyright© 2019 Allen Derusha allen @derusha.orgMIT License
Copyright© 2021 LVGL KftMIT License
Copyright© 2020 lovyan03 (https://github.com/lovyan03) All rights reserved.FreeBSD License
Copyright© 2020 Bodmer (https://github.com/Bodmer) All rights reserved.FreeBSD License
Copyright© 2012 Adafruit Industries. All rights reservedBSD License
Copyright© 2014-2021 Benoit BLANCHONMIT License
Copyright© 2008-2015 Nicholas O'LearyMIT License
Copyright© 2017,2018 Thijs Elenbaas, MrRobot62, rahuldeo2047, NOX73, dhylands, Josha blemasle, mfalkviddMIT License
Copyright© Project NayukiMIT License
Copyright© 2017 Renzo Mischianti www.mischianti.org All right reserved.MIT License
Copyright© 2018 Brian T. ParkMIT License
"; } function handleSubmit(e) { e.preventDefault(); @@ -107,8 +85,8 @@ function populate(e, t, o) { a[c].checked = s.indexOf(Number(a[c].value)) > -1; break; case "checkbox": - s = i.constructor === Array ? i : [i]; - a.checked = s.indexOf(Number(a.value)) > -1; + (s = i.constructor === Array ? i : [i]), + (a.checked = s.indexOf(Number(a.value)) > -1); break; case "select-multiple": s = i.constructor === Array ? i : [i]; diff --git a/data/script.js.gz b/data/script.js.gz index 5a9e415b..768c3cbe 100644 Binary files a/data/script.js.gz and b/data/script.js.gz differ