From 8f8022d29ecb0a8c4e274f61e4482450afd6e5f2 Mon Sep 17 00:00:00 2001 From: Kerem Kayacan Date: Wed, 23 Feb 2022 15:24:45 +0300 Subject: [PATCH] Encode uri --- src/new/encode-uri.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/new/encode-uri.js diff --git a/src/new/encode-uri.js b/src/new/encode-uri.js new file mode 100644 index 0000000..4ab37cf --- /dev/null +++ b/src/new/encode-uri.js @@ -0,0 +1,5 @@ +var model = { + "IAciklama": encodeURIComponent(sText), + "IAtamaTarihi": rowData.AtamaTarihi, + "IAtamaSaati": rowData.AtamaSaati +}; \ No newline at end of file