Changeset 38832
- Timestamp:
- 02/06/11 20:44:20 (2 years ago)
- Files:
-
- 1 modified
-
websites/twicli/twicli.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/twicli.js
r38831 r38832 64 64 document.body.appendChild(ifr); 65 65 var d = ifr.contentWindow.document; 66 var cnt = 0; // 二重onload防止 66 67 ifr[ifr.readyState/*IE*/ ? "onreadystatechange" : "onload"] = function() { 67 if (this.readyState && this.readyState != 'complete' ) return;68 if (this.readyState && this.readyState != 'complete' || cnt++) return; 68 69 if (d.x) { 69 70 if (callback) callback.apply(this, d.x);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)