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
02acf8e4
Commit
02acf8e4
authored
Jun 17, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standard:wq
parent
2d615054
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
TxBrowser.js
src/app/debugger/debuggerUI/TxBrowser.js
+4
-5
contractDropdown.js
src/app/tabs/runTab/contractDropdown.js
+1
-1
No files found.
src/app/debugger/debuggerUI/TxBrowser.js
View file @
02acf8e4
...
...
@@ -134,12 +134,11 @@ TxBrowser.prototype.render = function () {
}
TxBrowser
.
prototype
.
txInputChanged
=
function
(
event
)
{
// todo check validation of txnumber
//required
//oninvalid="setCustomValidity('Please provide a valid transaction number, must start with 0x and have length of 22')"
//pattern="^0[x,X]+[0-9a-fA-F]{22}"
//this.state.txNumberInput.setCustomValidity('')
//
required
//
oninvalid="setCustomValidity('Please provide a valid transaction number, must start with 0x and have length of 22')"
//
pattern="^0[x,X]+[0-9a-fA-F]{22}"
//
this.state.txNumberInput.setCustomValidity('')
this
.
state
.
txNumber
=
event
.
target
.
value
yo
.
update
(
this
.
view
,
this
.
render
())
...
...
src/app/tabs/runTab/contractDropdown.js
View file @
02acf8e4
...
...
@@ -81,7 +81,7 @@ class ContractDropdownUI {
return
el
}
atAddressChanged
(
event
)
{
atAddressChanged
(
event
)
{
yo
.
update
(
this
.
el
,
this
.
render
())
}
...
...
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