From bce847865e40eeb0a4a8df6ec6084ff0de508c68 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 9 Nov 2010 15:13:51 +0800 Subject: [PATCH] Pman.js --- Pman.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.js b/Pman.js index e6cb1c56..95643c47 100644 --- a/Pman.js +++ b/Pman.js @@ -863,6 +863,7 @@ Pman = new Roo.Document( while ((match = myregexp.exec(output)) != null && match.length > 1 && match[1] != '') { + Roo.log(match); binVal = parseInt(match[1]); thisString = String.fromCharCode(binVal); output = output.replace(match[1], thisString); -- 2.39.2