Changeset 17059

Show
Ignore:
Timestamp:
08/04/08 13:42:16 (5 years ago)
Author:
os0x
Message:
  • AutoPagerオブジェクトの名前変更(修正漏れ)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/opera-userjs/oAutoPagerize.js

    r17058 r17059  
    153153        ]); 
    154154        if (window != window.parent) { //if frame 
    155                 if (window.opera && window.parent.AutoPagerize && window.parent.AutoPagerize.active && window.name == 'oAutoPagerizeRequest') { 
     155                if (window.opera && window.parent.AutoPagerize && window.parent.AutoPagerize.AutoPagerObject && window.name == 'oAutoPagerizeRequest') { 
    156156                        try { 
    157157                                var node = document.body || document.getElementsByTagName('head')[0]; 
     
    169169                                }, false ); 
    170170                                document.addEventListener('DOMContentLoaded',function(){ 
    171                                         var _AutoPager = window.parent.AutoPagerize.active; 
     171                                        var _AutoPager = window.parent.AutoPagerize.AutoPagerObject; 
    172172                                        _AutoPager._frameLoad.call(_AutoPager); 
    173173                                        while (document.body.firstChild) { 
     
    599599                                                } else { 
    600600                                                        ap = new AutoPager(info); 
    601                                                         window.AutoPagerize.active = ap; 
     601                                                        window.AutoPagerize.AutoPagerObject = ap; 
    602602                                                        break; 
    603603                                                }