Commit b99493ba authored by Alex Beregszaszi's avatar Alex Beregszaszi

'Handle' error in parseLogs

parent de1d7edf
......@@ -188,6 +188,9 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar
$events = $('<div class="events"/>');
var parseLogs = function(err,response) {
if (err)
return;
$event = $('<div class="event" />');
var $close = $('<div class="udapp-close" />');
......
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