You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2012/05/11 10:19:23 UTC

svn commit: r817201 - in /websites/staging/jena/trunk/content: ./ js/jena-navigation.js

Author: buildbot
Date: Fri May 11 08:19:23 2012
New Revision: 817201

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/js/jena-navigation.js

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 11 08:19:23 2012
@@ -1 +1 @@
-1337051
+1337056

Modified: websites/staging/jena/trunk/content/js/jena-navigation.js
==============================================================================
--- websites/staging/jena/trunk/content/js/jena-navigation.js (original)
+++ websites/staging/jena/trunk/content/js/jena-navigation.js Fri May 11 08:19:23 2012
@@ -38,7 +38,7 @@ var JenaNavigation = function() {
    * @param {Object} fn
    */
   var findTopMenu = function( fileName, fn ) {
-    var expr = (fileName == 'about_jena') ? "#home-menu" : "#topmenu a[href*='" + fileName + "']";
+    var expr = (fileName == 'about_jena') ? "#home_menu" : "#topmenu a[href*='" + fileName + "']";
     $(expr).first().each( function( n ) {
         fn( this );
     } );