Update of /cvsroot/phpwiki/phpwiki/themes/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17837/default Modified Files: toolbar.js Log Message: fixed Calendar link Index: toolbar.js =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/default/toolbar.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -2 -b -p -d -r1.1 -r1.2 --- toolbar.js 27 May 2004 17:51:57 -0000 1.1 +++ toolbar.js 27 May 2004 17:55:38 -0000 1.2 @@ -5,6 +5,7 @@ if( window.top != window ) window.top.location = window.location; -// this function generates the actual toolbar buttons with localized text -// we use it to avoid creating the toolbar where javascript is not enabled +// This function generates the actual toolbar buttons with localized text +// We use it to avoid creating the toolbar where javascript is not enabled +// Not all buttons use this helper, some need special javascript treatment. function addButton(imageFile, speedTip, tagOpen, tagClose, sampleText) { speedTip=escapeQuotes(speedTip);