diff --git a/src/universal-dapp.js b/src/universal-dapp.js index a659447f79..c1bb5d493d 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -192,7 +192,6 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar return; $event = $('
'); - var $close = $(''); $close.click( function(){ $event.remove(); } );