Changeset 17059
- Timestamp:
- 08/04/08 13:42:16 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/opera-userjs/oAutoPagerize.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/opera-userjs/oAutoPagerize.js
r17058 r17059 153 153 ]); 154 154 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') { 156 156 try { 157 157 var node = document.body || document.getElementsByTagName('head')[0]; … … 169 169 }, false ); 170 170 document.addEventListener('DOMContentLoaded',function(){ 171 var _AutoPager = window.parent.AutoPagerize. active;171 var _AutoPager = window.parent.AutoPagerize.AutoPagerObject; 172 172 _AutoPager._frameLoad.call(_AutoPager); 173 173 while (document.body.firstChild) { … … 599 599 } else { 600 600 ap = new AutoPager(info); 601 window.AutoPagerize. active= ap;601 window.AutoPagerize.AutoPagerObject = ap; 602 602 break; 603 603 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)