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 5c34e1c commit 9e465a7Copy full SHA for 9e465a7
1 file changed
website/www/site/assets/js/page-nav.js
@@ -105,7 +105,7 @@ $(document).ready(function() {
105
var items = $(".page-nav > #TableOfContents li");
106
var itemTags = $('ul', items).siblings('a');
107
var img = document.createElement("img");
108
- img.src = "{{ "images/arrow-expandable.svg" | absURL }}";
+ img.src = '{{ "images/arrow-expandable.svg" | absURL }}';
109
img.classList="rotate";
110
111
$(itemTags).prepend(img);
0 commit comments