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
213e224a
Commit
213e224a
authored
May 20, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
de8aa8a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
settings.js
src/app/tabs/runTab/settings.js
+2
-2
config.js
src/config.js
+1
-1
No files found.
src/app/tabs/runTab/settings.js
View file @
213e224a
...
@@ -218,14 +218,14 @@ class SettingsUI {
...
@@ -218,14 +218,14 @@ class SettingsUI {
}
}
break
break
case
'web3'
:
{
case
'web3'
:
{
onPersonalChange
()
this
.
onPersonalChange
()
}
}
break
break
default
:
default
:
}
}
}
}
onPersonalChange
()
{
onPersonalChange
()
{
let
plusBtn
=
document
.
getElementById
(
'remixRunPlus'
)
let
plusBtn
=
document
.
getElementById
(
'remixRunPlus'
)
let
plusTitle
=
document
.
getElementById
(
'remixRunPlusWraper'
)
let
plusTitle
=
document
.
getElementById
(
'remixRunPlusWraper'
)
if
(
!
this
.
_deps
.
config
.
get
(
'settings/personal-mode'
))
{
if
(
!
this
.
_deps
.
config
.
get
(
'settings/personal-mode'
))
{
...
...
src/config.js
View file @
213e224a
...
@@ -30,7 +30,7 @@ function Config (storage) {
...
@@ -30,7 +30,7 @@ function Config (storage) {
this
.
items
[
key
]
=
content
this
.
items
[
key
]
=
content
try
{
try
{
storage
.
set
(
CONFIG_FILE
,
JSON
.
stringify
(
this
.
items
))
storage
.
set
(
CONFIG_FILE
,
JSON
.
stringify
(
this
.
items
))
this
.
events
.
emit
(
key
+
'_changed'
,
content
)
this
.
events
.
emit
(
key
+
'_changed'
,
content
)
}
catch
(
exception
)
{
}
catch
(
exception
)
{
}
}
}
}
...
...
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