From 8a68e418fecacc2b104b8ec3428a039244f10208 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 15 Aug 2011 13:18:21 +0800 Subject: [PATCH] Pman.Tab.FtpFiles.js --- Pman.Tab.FtpFiles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.Tab.FtpFiles.js b/Pman.Tab.FtpFiles.js index dca2ee0..265172c 100644 --- a/Pman.Tab.FtpFiles.js +++ b/Pman.Tab.FtpFiles.js @@ -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; -- 2.39.2