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

index dca2ee0..265172c 100644 (file)
@@ -183,6 +183,7 @@ Pman.Tab.FtpFiles = {
                             // if it's not a text file.. download it..
                             
                             var mt = s[0].data.mimetype;
+                            Roo.log(mt);
                             if (mt.match(/^text\//)) {
                                 _this.viewLayout.load(baseURL+ '/Ftp/View/' + s[0].data.id + '?html=1');
                                 return;