Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-10-15 01:13:40 +0300
committerEvan Read <eread@gitlab.com>2019-10-15 01:13:40 +0300
commit21cc1fef11349417ed515557748369cfb235fc81 (patch)
tree80d2aa5f80f77da64871987030f47e3c14492b66 /layouts/global_nav.html
parent179a601f70c3ca693911895814b271130d68df4a (diff)
Add support for modern JS
Added rollup to the project
Diffstat (limited to 'layouts/global_nav.html')
-rw-r--r--layouts/global_nav.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/global_nav.html b/layouts/global_nav.html
index b04b76ec..7f19065d 100644
--- a/layouts/global_nav.html
+++ b/layouts/global_nav.html
@@ -66,3 +66,4 @@ nav_items = nav_items_exists ? @items[nav_items_dir] : @items["/_data/default-na
</div><!-- end of div class="global-nav-section" -->
<% end %><!-- end of nav_items[:sections] -->
</nav>
+<script src="<%= @items['/frontend/bundles/global-nav.*'].path %>"></script>