You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/01/27 04:19:13 UTC

svn commit: r1654970 - /incubator/nifi/site/trunk/content/v2/js/app.js

Author: mcgilman
Date: Tue Jan 27 03:19:13 2015
New Revision: 1654970

URL: http://svn.apache.org/r1654970
Log:
CMS commit to nifi by mcgilman

Modified:
    incubator/nifi/site/trunk/content/v2/js/app.js

Modified: incubator/nifi/site/trunk/content/v2/js/app.js
URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/v2/js/app.js?rev=1654970&r1=1654969&r2=1654970&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/v2/js/app.js (original)
+++ incubator/nifi/site/trunk/content/v2/js/app.js Tue Jan 27 03:19:13 2015
@@ -1,6 +1,8 @@
 // Foundation JavaScript
 // Documentation can be found at: http://foundation.zurb.com/docs
-$(document).foundation();
+$(document).foundation('topbar', {
+    mobile_show_parent_link: false
+});
 
 // load fonts
 $(document).ready(function() {