diff options
author | Michi Henning <michi@zeroc.com> | 2007-01-12 06:15:56 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-01-12 06:15:56 +0000 |
commit | 9090b7254956921019ab536da9532247074d985a (patch) | |
tree | 67611aae2be9b71643af3517b426974e4ebf3cd2 /cpp/doc/symboltree.js | |
parent | *** empty log message *** (diff) | |
download | ice-9090b7254956921019ab536da9532247074d985a.tar.bz2 ice-9090b7254956921019ab536da9532247074d985a.tar.xz ice-9090b7254956921019ab536da9532247074d985a.zip |
*** empty log message ***
Diffstat (limited to 'cpp/doc/symboltree.js')
-rw-r--r-- | cpp/doc/symboltree.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/doc/symboltree.js b/cpp/doc/symboltree.js index 0659456d4b8..e6d773d9579 100644 --- a/cpp/doc/symboltree.js +++ b/cpp/doc/symboltree.js @@ -85,7 +85,7 @@ symboltree.main = function() } // - // Save expanded list indexes in cookie on page unload. + // Save expanded list indexes in cookie when page unloads. // window.addEventListener('unload', symboltree.save, false); @@ -95,7 +95,7 @@ symboltree.main = function() symboltree.restore(); // - // Set image and handler for the "expand all" and "collapse" all buttons. + // Set handler for the "Expand All" and "Collapse All" buttons. // var expandAll = document.getElementById('ExpandAllButton'); expandAll.addEventListener('click', symboltree.expandAll, false); |