Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 06:27:34 +0000 (14:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 06:27:34 +0000 (14:27 +0800)
Pman.Download.js

index a9a5f69..15de8e5 100644 (file)
@@ -128,9 +128,9 @@ Roo.apply(Pman.Download.prototype, {
         this.csvFrame.id = id;
         this.csvFrame.name = id;
         this.csvFrame.className = 'x-hidden';
-        if(Roo.isIE){
+        //if(Roo.isIE){
             this.csvFrame.src = Roo.SSL_SECURE_URL;
-        }
+        //}
         document.body.appendChild(this.csvFrame);
 
         if(Roo.isIE){