We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4edd6 commit e59cd2eCopy full SHA for e59cd2e
doc/scripts/header.js
@@ -13,7 +13,7 @@ domReady(function () {
13
projectname.text = 'list-abstraction/doubly-linked-list';
14
projectname.href = './index.html';
15
16
- const header = document.querySelectorAll('header')[0];
+ const header = document.querySelector('header');
17
header.insertBefore(projectname, header.firstChild);
18
19
const testlink = document.querySelector('header > a[data-ice="testLink"]');
0 commit comments