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
ebd130c0
Commit
ebd130c0
authored
Sep 01, 2016
by
chriseth
Committed by
GitHub
Sep 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #206 from ethereum/remove-solidity-interface
Remove Solidity Interface from the output
parents
0437df1c
0b96c9de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ui-helper.js
src/app/ui-helper.js
+1
-2
No files found.
src/app/ui-helper.js
View file @
ebd130c0
...
...
@@ -133,8 +133,7 @@ module.exports = {
detailsOpen
:
{},
getDetails
:
function
(
contract
,
source
,
contractName
)
{
var
button
=
$
(
'<button>Toggle Details</button>'
);
var
details
=
$
(
'<div style="display: none;"/>'
)
.
append
(
this
.
tableRow
(
'Solidity Interface'
,
contract
.
solidity_interface
));
var
details
=
$
(
'<div style="display: none;"/>'
);
var
funHashes
=
''
;
for
(
var
fun
in
contract
.
functionHashes
)
{
...
...
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