2002/css-validator/tabtastic tabtastic.js,1.1,1.2

Update of /sources/public/2002/css-validator/tabtastic
In directory hutz:/tmp/cvs-serv10891/tabtastic

Modified Files:
	tabtastic.js 
Log Message:
moving tabtastic css file

Index: tabtastic.js
===================================================================
RCS file: /sources/public/2002/css-validator/tabtastic/tabtastic.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tabtastic.js	15 Jun 2006 11:17:49 -0000	1.1
+++ tabtastic.js	25 Sep 2006 05:36:07 -0000	1.2
@@ -86,7 +86,7 @@
 		if ((match=anchorMatch.exec(location.href)) && (a=everyTabThereIsById[match[1]])) SetTabActive(a);
 		
 		//Comment out the next line and include the file directly if you need IE5Mac or Opera7 support.
-		AddStyleSheet('tabtastic.css',0);
+		AddStyleSheet('style/tabtastic.css',0);
 	}
 	Init();
 },false);
\ No newline at end of file

Received on Monday, 25 September 2006 05:36:17 UTC