Skip to content

Commit 8c23ad0

Browse files
committed
Mainframe: Fixed F5 sites dropdown
1 parent 5eebec8 commit 8c23ad0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layouts/partials/scripts.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
{{ $codecopyv2 := resources.Get "/js/code-copy-v2.js" | fingerprint "sha512" }}
33
<script src="{{ $codecopyv2.RelPermalink }}" type="text/javascript"></script>
44

5+
<!-- load site dropdown js -->
6+
{{ $siteDropdown := resources.Get "/js/site-dropdown.js" | fingerprint "sha512" }}
7+
<script src="{{ $siteDropdown.RelPermalink }}" type="text/javascript"></script>
8+
59
<!-- load tabs js -->
610
{{ $tabs := resources.Get "/js/tabs.js" | fingerprint "sha512" }}
711
<script src="{{ $tabs.RelPermalink }}" type="text/javascript"></script>

0 commit comments

Comments
 (0)