crossley 2003/09/07 07:59:48
Modified: targets/commons/skin breadcrumbs.js
Log:
Too many commons.
Revision Changes Path
1.2 +2 -2 xml-site/targets/commons/skin/breadcrumbs.js
Index: breadcrumbs.js
===================================================================
RCS file: /home/cvs/xml-site/targets/commons/skin/breadcrumbs.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- breadcrumbs.js 6 Sep 2003 10:10:53 -0000 1.1
+++ breadcrumbs.js 7 Sep 2003 14:59:48 -0000 1.2
@@ -89,8 +89,8 @@
if(!("xml.apache"=="")){
PREPREND_CRUMBS.push( new Array( "xml.apache", "http://xml.apache.org/"
) );
}
- if(!("commons"=="")){
- PREPREND_CRUMBS.push( new Array( "commons",
"http://xml.apache.org/commons/" ) );
+ if(!(""=="")){
+ PREPREND_CRUMBS.push( new Array( "", "" ) );
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]