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
dcf934f3
Commit
dcf934f3
authored
Dec 05, 2017
by
Rob Stupay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
txLogger button not fixed yet
parent
174955d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
txLogger.js
src/app/execution/txLogger.js
+3
-0
No files found.
src/app/execution/txLogger.js
View file @
dcf934f3
...
@@ -166,6 +166,7 @@ function renderKnownTransaction (self, data) {
...
@@ -166,6 +166,7 @@ function renderKnownTransaction (self, data) {
var
table
var
table
function
txDetails
()
{
function
txDetails
()
{
console
.
log
(
'txDetails hit'
)
if
(
table
&&
table
.
parentNode
)
{
if
(
table
&&
table
.
parentNode
)
{
tx
.
removeChild
(
table
)
tx
.
removeChild
(
table
)
}
else
{
}
else
{
...
@@ -218,6 +219,7 @@ function renderCall (self, data) {
...
@@ -218,6 +219,7 @@ function renderCall (self, data) {
var
table
var
table
function
txDetails
()
{
function
txDetails
()
{
console
.
log
(
'txDetails hit'
)
if
(
table
&&
table
.
parentNode
)
{
if
(
table
&&
table
.
parentNode
)
{
tx
.
removeChild
(
table
)
tx
.
removeChild
(
table
)
}
else
{
}
else
{
...
@@ -261,6 +263,7 @@ function renderUnknownTransaction (self, data) {
...
@@ -261,6 +263,7 @@ function renderUnknownTransaction (self, data) {
`
`
var
table
var
table
function
txDetails
()
{
function
txDetails
()
{
console
.
log
(
'hit 262'
)
if
(
table
&&
table
.
parentNode
)
{
if
(
table
&&
table
.
parentNode
)
{
tx
.
removeChild
(
table
)
tx
.
removeChild
(
table
)
}
else
{
}
else
{
...
...
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