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
3915113c
Commit
3915113c
authored
Jan 16, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove asktoconfirm from settings
parent
f35ee03e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
settings-tab.js
src/app/tabs/settings-tab.js
+0
-7
No files found.
src/app/tabs/settings-tab.js
View file @
3915113c
...
@@ -107,10 +107,6 @@ function SettingsTab (container, appAPI, appEvents, opts) {
...
@@ -107,10 +107,6 @@ function SettingsTab (container, appAPI, appEvents, opts) {
<span class="
${
css
.
checkboxText
}
">Always use Ethereum VM at Load</span>
<span class="
${
css
.
checkboxText
}
">Always use Ethereum VM at Load</span>
</div>
</div>
<div class="
${
css
.
crow
}
">
<div class="
${
css
.
crow
}
">
<div><input id="askToConfirm" onchange=
${
askToConfirmTx
}
type="checkbox"></div>
<span class="
${
css
.
checkboxText
}
">Don't show confirmation popup when MainNet is selected</span>
</div>
<div class="
${
css
.
crow
}
">
<div><input id="editorWrap" type="checkbox"></div>
<div><input id="editorWrap" type="checkbox"></div>
<span class="
${
css
.
checkboxText
}
">Text Wrap</span>
<span class="
${
css
.
checkboxText
}
">Text Wrap</span>
</div>
</div>
...
@@ -150,9 +146,6 @@ function SettingsTab (container, appAPI, appEvents, opts) {
...
@@ -150,9 +146,6 @@ function SettingsTab (container, appAPI, appEvents, opts) {
</div>
</div>
`
`
function
askToConfirmTx
()
{
appAPI
.
config
.
set
(
'doNotShowAgain'
,
!
appAPI
.
config
.
get
(
'doNotShowAgain'
))
}
function
loadPlugin
()
{
function
loadPlugin
()
{
var
json
=
el
.
querySelector
(
'#plugininput'
).
value
var
json
=
el
.
querySelector
(
'#plugininput'
).
value
...
...
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