1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Debug information removed

This commit is contained in:
nobody
2021-02-21 20:36:50 +01:00
parent 3e8f47a627
commit 87466529c9
3 changed files with 1 additions and 22 deletions

View File

@ -48,8 +48,7 @@ optionsBasic.init = function (opt) {
internalStatistics = options.getOptionElement(Setting.INTERNAL_STATISTICS);
internalStatistics.addEventListener('change', options.onOptionChanged);
internalStatistics.checked = true;// opt[Setting.INTERNAL_STATISTICS];
internalStatistics.checked = opt[Setting.INTERNAL_STATISTICS];
hideDonationButton = options.getOptionElement(Setting.HIDE_DONATION_BUTTON);
hideDonationButton.addEventListener('change', options.onOptionChanged);