You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/09/02 21:26:12 UTC

svn commit: r1519503 - /jena/site/trunk/content/js/breadcrumbs.js

Author: rvesse
Date: Mon Sep  2 19:26:11 2013
New Revision: 1519503

URL: http://svn.apache.org/r1519503
Log:
Remove prefix from breadcrumbs.js to see if that fixes weird linking issue (JENA-482)

Modified:
    jena/site/trunk/content/js/breadcrumbs.js

Modified: jena/site/trunk/content/js/breadcrumbs.js
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/js/breadcrumbs.js?rev=1519503&r1=1519502&r2=1519503&view=diff
==============================================================================
--- jena/site/trunk/content/js/breadcrumbs.js (original)
+++ jena/site/trunk/content/js/breadcrumbs.js Mon Sep  2 19:26:11 2013
@@ -1,7 +1,7 @@
 $(document).ready(function() {
 
 	var url = $(location).attr('href');
-	var prefix = 'http://localhost/';
+	var prefix = '';
 
 	if(url != prefix && url != prefix + 'index.html'){