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
37de38be
Commit
37de38be
authored
Oct 14, 2015
by
d11e9
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: incorrect sender. fixes #48
parent
6ba98130
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
universal-dapp.js
assets/js/universal-dapp.js
+1
-0
index.html
index.html
+1
-1
No files found.
assets/js/universal-dapp.js
View file @
37de38be
...
@@ -382,6 +382,7 @@ UniversalDApp.prototype.clickContractAt = function ( self, $output, contract ) {
...
@@ -382,6 +382,7 @@ UniversalDApp.prototype.clickContractAt = function ( self, $output, contract ) {
}
}
UniversalDApp
.
prototype
.
runTx
=
function
(
data
,
args
,
cb
)
{
UniversalDApp
.
prototype
.
runTx
=
function
(
data
,
args
,
cb
)
{
var
self
=
this
;
var
to
=
args
.
address
;
var
to
=
args
.
address
;
var
constant
=
args
.
abi
.
constant
;
var
constant
=
args
.
abi
.
constant
;
var
isConstructor
=
args
.
bytecode
!==
undefined
;
var
isConstructor
=
args
.
bytecode
!==
undefined
;
...
...
index.html
View file @
37de38be
...
@@ -700,7 +700,7 @@
...
@@ -700,7 +700,7 @@
var
dapp
=
new
UniversalDApp
(
udappContracts
,
{
var
dapp
=
new
UniversalDApp
(
udappContracts
,
{
vm
:
executionContext
===
'vm'
,
vm
:
executionContext
===
'vm'
,
removable
:
false
,
removable
:
false
,
getAddress
:
function
(){
return
$
(
'txorigin'
).
val
();
},
getAddress
:
function
(){
return
$
(
'
#
txorigin'
).
val
();
},
removable_instances
:
true
,
removable_instances
:
true
,
renderOutputModifier
:
function
(
contractName
,
$contractOutput
)
{
renderOutputModifier
:
function
(
contractName
,
$contractOutput
)
{
var
contract
=
data
.
contracts
[
contractName
];
var
contract
=
data
.
contracts
[
contractName
];
...
...
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