[Zope-CVS] CVS: Packages/Moztop/moztop/content/Menu - ToolBar.js:1.12

Stephan Richter srichter@cbu.edu
Wed, 15 Jan 2003 23:12:02 -0500


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

Modified Files:
	ToolBar.js 
Log Message:
- Major code cleanup:

  o Removed unused files.

  o Added Headers to Javascript files.

  o Reorganized Javascript a bit. However, there is still enough left 
    to do.

  o Added Documentation strings.

- Finally got Connection Wizard working.


=== Packages/Moztop/moztop/content/Menu/ToolBar.js 1.11 => 1.12 ===
--- Packages/Moztop/moztop/content/Menu/ToolBar.js:1.11	Wed Jan 15 21:06:35 2003
+++ Packages/Moztop/moztop/content/Menu/ToolBar.js	Wed Jan 15 23:11:30 2003
@@ -1,3 +1,21 @@
+/*****************************************************************************
+*
+* Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+* All Rights Reserved.
+*
+* This software is subject to the provisions of the Zope Public License,
+* Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+* THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+* WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+* WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+* FOR A PARTICULAR PURPOSE.
+*
+******************************************************************************
+What a mess! All these functions do not belong here.
+
+$Id$
+
+******************************************************************************/
 function getClient() {
     return Components.classes['@mozilla.org/xml-rpc/client;1']
         .createInstance(Components.interfaces.nsIXmlRpcClient);