Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
c208fb9a
Commit
c208fb9a
authored
Jul 06, 2021
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed comments
parent
7a7822d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
settings-tab.js
apps/remix-ide/src/app/tabs/settings-tab.js
+0
-9
No files found.
apps/remix-ide/src/app/tabs/settings-tab.js
View file @
c208fb9a
...
@@ -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')
// }
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment