We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3177e9f commit bb7400fCopy full SHA for bb7400f
static/js/debug.js
@@ -348,7 +348,7 @@ function processUrl() {
348
}
349
350
// Response status.
351
- $status.attr('class', 'alert alert-success').show().text(jqXHR.status + ' ' + jqXHR.statusText + ' - ' + data.time.total + 'ms');
+ $status.attr('class', 'alert alert-success').show().text(jqXHR.status + ' ' + jqXHR.statusText + ' - ' + (data.time ? data.time.total : '? ') + 'ms');
352
353
// Errors.
354
data.allData.forEach(function(result) {
@@ -479,4 +479,4 @@ $(document).ready(function(){
479
}, 0);
480
481
};
482
-});
+});
0 commit comments