Pman.Tab.FtpFiles.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 05:07:47 +0000 (13:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 05:07:47 +0000 (13:07 +0800)
Pman.Tab.FtpFiles.js

index 8661c57..95506ec 100644 (file)
@@ -179,6 +179,8 @@ Pman.Tab.FtpFiles = {
                             if (!s || s.length != 1) {
                                 return;
                             }
+                            // if it's not a text file.. download it..
+                            
                             _this.viewLayout.load(baseURL+ '/Ftp/View' + s[0].data.id + '?html=1');
                         }
                     }