/[webpac]/trunk2/eurovoc/js/hide.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/eurovoc/js/hide.js

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

revision 576 by dpavlin, Sun Oct 31 19:42:08 2004 UTC revision 577 by dpavlin, Mon Nov 1 22:13:41 2004 UTC
# Line 16  function debug(text) { Line 16  function debug(text) {
16    
17  function element_id(id) {  function element_id(id) {
18          //debug("id: "+id);          //debug("id: "+id);
19    
20          if (id_cache[id]) {          if (id_cache[id]) {
21                  //debug("from cache "+id+" == "+id_cache[id]);                  //debug("from cache "+id+" == "+id_cache[id]);
22                  return id_cache[id];                  return id_cache[id];
# Line 44  function toggle_display(name,dont_save) Line 45  function toggle_display(name,dont_save)
45                  if (! dont_save) changed_display_ids[changed_display_pos++] = name;                  if (! dont_save) changed_display_ids[changed_display_pos++] = name;
46          }          }
47    
48            // if in iframe, ask parent to resize me
49            if (parent.iframe_resize) parent.iframe_resize(self.name);
50    
51          return false;          return false;
52  }  }
53    

Legend:
Removed from v.576  
changed lines
  Added in v.577

  ViewVC Help
Powered by ViewVC 1.1.26