[Zope-CVS] CVS: Packages/Moztop/moztop/content/Menu - ToolBar.js:1.9
Stephan Richter
srichter@cbu.edu
Wed, 15 Jan 2003 10:06:23 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/Menu
In directory cvs.zope.org:/tmp/cvs-serv16819/moztop/content/Menu
Modified Files:
ToolBar.js
Log Message:
Moved all Zope 3 references (via URLs) to a single JS file. But instead of
creating setup.js, I created the template setup.js.in, so everyone can
make their own setup.js and it will not conflict in CVS.
Updated INSTALL.txt to reflect that change.
Updated CHANGES.txt adding new tasks.
=== Packages/Moztop/moztop/content/Menu/ToolBar.js 1.8 => 1.9 ===
--- Packages/Moztop/moztop/content/Menu/ToolBar.js:1.8 Wed Jan 15 08:53:06 2003
+++ Packages/Moztop/moztop/content/Menu/ToolBar.js Wed Jan 15 10:06:21 2003
@@ -1,5 +1,3 @@
-var ZOPE3_URL='http://localhost:8081/'
-
function getClient() {
return Components.classes['@mozilla.org/xml-rpc/client;1']
.createInstance(Components.interfaces.nsIXmlRpcClient);
@@ -27,7 +25,6 @@
alert('Error! <(' + status.toString(16) + ') ' + errorMsg + '>\n');
}
};
-
/* Send the Add request via XML-RPC and handle the result. */
function sendAddRequest(parent, obj_type, obj_name) {