/[classpath]/gjdoc/src/resources/doctranslets/html/res/gjdoc.js
ViewVC logotype

Diff of /gjdoc/src/resources/doctranslets/html/res/gjdoc.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by julian, Fri Nov 26 13:29:56 2004 UTC revision 1.3 by julian, Sat Nov 27 17:23:51 2004 UTC
# Line 88  function getActiveStylesheetTitle(frame) Line 88  function getActiveStylesheetTitle(frame)
88  /**  /**
89   *  Invoked when a page in the main content frame has been loaded.   *  Invoked when a page in the main content frame has been loaded.
90   */   */
91  function contentPageLoaded()  function contentPageLoaded(title)
92  {  {
93     top.document.title = top.frames.content.title;     top.document.title = title;
94     if (top.frames.length > 0)     if (top.frames.length > 0)
95        setStyleSheet(getActiveStylesheetTitle(top.frames.packages), "content");        setStyleSheet(getActiveStylesheetTitle(top.frames.packages), "content");
96     else if (top.selectedSheet) {     else if (top.selectedSheet) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26