nsinject.js
authorAlan Knowles <alan@roojs.com>
Thu, 12 Jul 2012 06:26:40 +0000 (14:26 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 12 Jul 2012 06:26:40 +0000 (14:26 +0800)
nsinject.js

index 1fc4e46..757ef07 100644 (file)
@@ -9,7 +9,7 @@ NS = {
             var chk = ifd.getElementById('lines');
             
             if (!ifd.getElementById('rptdataarea') || !ifr.contentWindow.reportTable
-                || !ifr.contentWindow.reportTable.oContentProvider.bRequestPending) {
+                || ifr.contentWindow.reportTable.oContentProvider.bRequestPending) {
                 console.log('report not ready?');
                 window.setTimeout(frameload,300);
                 return;