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 2013/12/17 16:13:58 UTC

svn commit: r890718 - in /websites/staging/jena/trunk/content: ./ js/breadcrumbs.js

Author: buildbot
Date: Tue Dec 17 15:13:58 2013
New Revision: 890718

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 17 15:13:58 2013
@@ -1 +1 @@
-1551523
+1551566

Modified: websites/staging/jena/trunk/content/js/breadcrumbs.js
==============================================================================
--- websites/staging/jena/trunk/content/js/breadcrumbs.js (original)
+++ websites/staging/jena/trunk/content/js/breadcrumbs.js Tue Dec 17 15:13:58 2013
@@ -21,6 +21,7 @@ $(document).ready(function() {
 	
 		for (var index = 0; index < crumbs.length; ++index) {
 			var crumb = crumbs[index];
+                       if (crumb.indexOf('?') > -1) crumb = crumb.substring(0, crumb.indexOf('?'));
 			link += crumb + '/';
 
 			//Check if it is the last element of the array