Skip to content

Commit 1036f0c

Browse files
committed
highlighting enabled
1 parent 93d12d2 commit 1036f0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/assets/js/highlight.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ function changeElements(codeElements, endpoint) {
2525

2626
document.addEventListener('DOMContentLoaded', function() {
2727
// check if BASE_URL is defined and reachable
28-
fetch(`${BASE_URL}`)
28+
fetch(`${BASE_URL}embed/traceview`)
2929
.then(response => {
3030
if (!response.ok) {
31+
console.log('Network response was not ok');
3132
throw new Error('Network response was not ok');
3233
}
3334
return response.text();

0 commit comments

Comments
 (0)