application-launcher-nav-horizontal.html

17 lines | 365 B Blame History Raw Download
---
categories: [Navigation]
css-extra: false
layout: page
resource: true
horizontal : true
applauncher: true
title: Application Launcher for Horizontal Navigation
---

{% include widgets/navigation/horizontal-primary-nav-bar-page.html icons=true %}
<script>
  $(document).ready(function() {
    $('.applauncher-pf .dropdown-toggle').eq(0).click();
  });
</script>