From f1af1ee1bdf299ad62966c33aef04740a48cbbfd Mon Sep 17 00:00:00 2001 From: Jorge Ramos Date: Sat, 18 Aug 2018 23:46:51 -0300 Subject: [PATCH] Opacity commented in class "loader" and todoincluded --- deploy/default.gbui/public/index.html | 32 +++++++++++++-------------- deploy/kb.gbapp/services/KBService.ts | 1 + 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/deploy/default.gbui/public/index.html b/deploy/default.gbui/public/index.html index 6d13aa1b..b9031b29 100644 --- a/deploy/default.gbui/public/index.html +++ b/deploy/default.gbui/public/index.html @@ -34,27 +34,25 @@ - - - - - - - - General Bots Community Edition | pragmatismo.io + + + + + + + + General Bots Community Edition | pragmatismo.io - + -
+
- \ No newline at end of file diff --git a/deploy/kb.gbapp/services/KBService.ts b/deploy/kb.gbapp/services/KBService.ts index 24a4750c..cc0e5ad2 100644 --- a/deploy/kb.gbapp/services/KBService.ts +++ b/deploy/kb.gbapp/services/KBService.ts @@ -444,6 +444,7 @@ export class KBService { }); } ); + // TODO Use envoding based on BOM Fs.createReadStream(filePath, { encoding: "UCS-2" }).pipe(parser);