ws
authorAlan <alan@roojs.com>
Fri, 12 Aug 2022 03:51:53 +0000 (11:51 +0800)
committerAlan <alan@roojs.com>
Fri, 12 Aug 2022 03:51:53 +0000 (11:51 +0800)
Pman.Download.js

index 23cf3a4..f4584d2 100644 (file)
@@ -311,7 +311,7 @@ Roo.apply(Pman.Download.prototype, {
             
         });
         
-         if(ds.sortInfo && ds.remoteSort){
+        if(ds.sortInfo && ds.remoteSort){
             var pn = ds.paramNames;
             this.params[pn["sort"]] = ds.sortInfo.field;
             this.params[pn["dir"]] = ds.sortInfo.direction;