Commit e22ecbdd authored by yann300's avatar yann300 Committed by GitHub

fix test

parent d03f0c45
...@@ -344,7 +344,7 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar ...@@ -344,7 +344,7 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar
var $createInterface = $('<div class="createContract"/>') var $createInterface = $('<div class="createContract"/>')
var appendFunctions = function (address, $el) { var appendFunctions = function (address, $el) {
var $instance = $(`<div class="${cssInstance.instance}"/>`) var $instance = $(`<div class="instance ${cssInstance.instance}"/>`)
if (self.options.removable_instances) { if (self.options.removable_instances) {
var $close = $('<div class="udapp-close" />') var $close = $('<div class="udapp-close" />')
$close.click(function () { $instance.remove() }) $close.click(function () { $instance.remove() })
......
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