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
43ef422b
Commit
43ef422b
authored
Apr 13, 2016
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style fixes
parent
f8eb57dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
debugger.js
src/debugger.js
+1
-1
txBrowser.js
src/txBrowser.js
+1
-1
No files found.
src/debugger.js
View file @
43ef422b
...
@@ -4,7 +4,7 @@ var TxBrowser = require('./txBrowser');
...
@@ -4,7 +4,7 @@ var TxBrowser = require('./txBrowser');
module
.
exports
=
React
.
createClass
({
module
.
exports
=
React
.
createClass
({
render
:
function
()
{
render
:
function
()
{
return
(
<
div
>
return
(
<
div
>
<
p
>
Debugger
<
/p
>
<
p
>
<
h1
>
Debugger
<
/h1>
</
p
>
<
TxBrowser
/>
<
TxBrowser
/>
<
/div
>
<
/div
>
);
);
...
...
src/txBrowser.js
View file @
43ef422b
...
@@ -23,7 +23,7 @@ module.exports = React.createClass({
...
@@ -23,7 +23,7 @@ module.exports = React.createClass({
return
(
return
(
<
div
>
<
div
>
<
div
>
Trasnaction
details
<
/div
>
<
div
>
<
h3
>
Transaction
details
<
/h3>
</
div
>
<
input
onChange
=
{
this
.
updateBlockN
}
type
=
"text"
placeholder
=
{
this
.
state
.
blockNumber
}
><
/input
>
<
input
onChange
=
{
this
.
updateBlockN
}
type
=
"text"
placeholder
=
{
this
.
state
.
blockNumber
}
><
/input
>
<
input
onChange
=
{
this
.
updateTxN
}
type
=
"text"
placeholder
=
{
this
.
state
.
txNumber
}
><
/input
>
<
input
onChange
=
{
this
.
updateTxN
}
type
=
"text"
placeholder
=
{
this
.
state
.
txNumber
}
><
/input
>
<
button
onClick
=
{
this
.
submit
}
>
Get
<
/button
>
<
button
onClick
=
{
this
.
submit
}
>
Get
<
/button
>
...
...
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