Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Tue, 25 Sep 2012 10:53:57 +0000 (18:53 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Sep 2012 10:53:57 +0000 (18:53 +0800)
Pman.Download.js

index a1afd1b..34b74d7 100644 (file)
@@ -151,6 +151,7 @@ Roo.apply(Pman.Download.prototype, {
        // if (requested < 2) {
        //     return;
         //} // n
+        Roo.log('onload?');
         if (!this.submit) {
             return false;
         }
@@ -199,6 +200,7 @@ Roo.apply(Pman.Download.prototype, {
     // private - clean up download elements.
     cleanup :function()
     {
+        Roo.log('cleanup?');
         if (this.form) {
             this.form.remove();
             this.form= false;