/[webpac]/trunk2/output_template/hijerarhija.tt
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/output_template/hijerarhija.tt

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

revision 580 by dpavlin, Mon Nov 1 18:00:26 2004 UTC revision 581 by dpavlin, Mon Nov 1 23:38:53 2004 UTC
# Line 17  function outline_url() { Line 17  function outline_url() {
17          var o = args['o'];          var o = args['o'];
18    
19          if (o) {          if (o) {
20    
21                    var iframe_nr = mfn_iframe[o];
22                    if (iframe_nr) {
23                            //alert('load i'+iframe_nr+',nodes/'+iframe_nr+'.html');
24                            iframe_load('i'+iframe_nr,'nodes/'+iframe_nr+'.html');
25                            toggle_display('id'+iframe_nr);
26                            return true;
27                    }
28    
29                  outline_display('o'+o);                  outline_display('o'+o);
30    
31                  // following reloads page in Opera == not good                  // following reloads page in Opera == not good

Legend:
Removed from v.580  
changed lines
  Added in v.581

  ViewVC Help
Powered by ViewVC 1.1.26