Commit 864c1774 authored by yann300's avatar yann300

fix at address

parent c9780ec9
......@@ -347,6 +347,7 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar
var createInterface = yo`<div class="createContract"></div>`
var appendFunctions = function (address, $el) {
if ($el) $el = $el.get(0)
var $instance = $(`<div class="instance ${cssInstance.instance}"/>`)
if (self.options.removable_instances) {
var close = yo`<div class="udapp-close" onclick=${remove}></div>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment