From cf35a7080956773e2bc4a50afef2dfc69c575bf2 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Thu, 6 Aug 2020 20:23:40 +0530 Subject: [PATCH] Remove article trim --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f168719..58e02c3 100644 --- a/index.html +++ b/index.html @@ -11231,7 +11231,7 @@ if (separate_data.length !== 2) return; - cloudArticleApp.addArticleContent(separate_data[0].trim(), separate_data[1].trim(), updated_content, myFloID); + cloudArticleApp.addArticleContent(separate_data[0], separate_data[1], updated_content, myFloID); buttonVisibility('hide', parent) },