Show
Ignore:
Timestamp:
09/05/08 02:34:36 (4 months ago)
Author:
drry
Message:
  • fixed invalid things.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/misc/loader.js.inc

    r265 r18869  
    1212        script.type = 'text/javascript'; 
    1313        script.src = src; 
    14         (document.body || document.documentElement).appendChild(script); 
     14        (document.getElementsByTagName('head').item(0) || document.body).appendChild(script); 
    1515    } 
    1616