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'){
 


Reply via email to