Skip to content

Commit ae46ab9

Browse files
committed
Added dummy failure handler
1 parent 2818329 commit ae46ab9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webapp/webapp.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ <h1><img id="logo" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbYAAABGCA
202202
last_registered = data['registered']
203203
fetchDomains();
204204
}
205-
});
205+
})
206+
.fail(function(){
207+
$('#status').html('Ups! Something went wrong...');
208+
});
206209
}
207210

208211
function actionScan() {

0 commit comments

Comments
 (0)