[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.28

Stephan Richter srichter@cbu.edu
Sat, 22 Mar 2003 15:09:49 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv4977/moztop/content

Modified Files:
	moztop.js 
Log Message:
Made "Reload" Site button work again.

Got types working again. I totally forgot that we changed all namespaces
from www.zope.org to www.oscom.org. Now we see the cool icons again too.


=== Packages/Moztop/moztop/content/moztop.js 1.27 => 1.28 ===
--- Packages/Moztop/moztop/content/moztop.js:1.27	Sat Mar 22 10:02:06 2003
+++ Packages/Moztop/moztop/content/moztop.js	Sat Mar 22 15:09:19 2003
@@ -56,6 +56,6 @@
 
 /* Debug function, dumps known datasouces to stdout using dump() */
 function dumpDataSourceManagers () {
-    logmanager.dumpDataSources()
-    sitesmanager.dumpDataSources()
+    logmanager.dumpDataSources();
+    sitesmanager.dumpDataSources();
 }