Commit c208fb9a authored by ioedeveloper's avatar ioedeveloper

Removed comments

parent 7a7822d5
...@@ -60,14 +60,5 @@ module.exports = class SettingsTab extends ViewPlugin { ...@@ -60,14 +60,5 @@ module.exports = class SettingsTab extends ViewPlugin {
this.config.set('settings/matomo-analytics', isChecked) this.config.set('settings/matomo-analytics', isChecked)
this.useMatomoAnalytics = isChecked this.useMatomoAnalytics = isChecked
this.renderComponent() this.renderComponent()
// if (isChecked) {
// this._view.useMatomoAnalytics.setAttribute('checked', '')
// this._view.useMatomoAnalyticsLabel.classList.remove('text-secondary')
// this._view.useMatomoAnalyticsLabel.classList.add('text-dark')
// } else {
// this._view.useMatomoAnalytics.removeAttribute('checked')
// this._view.useMatomoAnalyticsLabel.classList.remove('text-dark')
// this._view.useMatomoAnalyticsLabel.classList.add('text-secondary')
// }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment