[Zope-CVS] CVS: Packages/Moztop/moztop/content/Menu - ToolBar.js:1.11
Stephan Richter
srichter@cbu.edu
Wed, 15 Jan 2003 21:06:38 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/Menu
In directory cvs.zope.org:/tmp/cvs-serv25997/moztop/content/Menu
Modified Files:
ToolBar.js
Log Message:
- Got editing of Folder Meta Data working nicely. This required grabbing
another Window's document object, which I finally got working.
- Added .cvsignore file in moztop/content, so I could hide setup.js.
- Updated Makefile to remove .cvsignore files when making a distro.
- Updated CHANGES.txt.
=== Packages/Moztop/moztop/content/Menu/ToolBar.js 1.10 => 1.11 ===
--- Packages/Moztop/moztop/content/Menu/ToolBar.js:1.10 Wed Jan 15 15:47:40 2003
+++ Packages/Moztop/moztop/content/Menu/ToolBar.js Wed Jan 15 21:06:35 2003
@@ -72,7 +72,7 @@
while (parent.indexOf(":") > -1)
parent = parent.replace(":", "/");
- // Unselect selected item we have a new one
+ // Unselect selected item; we have a new one
tabs.selectedItem.setAttribute('selected', false);
if (document.getElementById(parent+"-tab") != null) {