From bb138b0db1f34c7042045c31b0279e02399c7b4d Mon Sep 17 00:00:00 2001 From: Khairul Alam Licon Date: Fri, 8 Jan 2021 13:49:24 +0900 Subject: [PATCH] append chars starts with hash (#93) --- .gitignore | 4 +++- js-miniapp-sample/src/pages/landing.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f372f7ed1..83eec747c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,6 @@ jsconfig.json #Exclude tsc generated files js/*.map -js/ts.js \ No newline at end of file +js/ts.js + +_site/ \ No newline at end of file diff --git a/js-miniapp-sample/src/pages/landing.js b/js-miniapp-sample/src/pages/landing.js index d56239c17..9076562e8 100644 --- a/js-miniapp-sample/src/pages/landing.js +++ b/js-miniapp-sample/src/pages/landing.js @@ -37,7 +37,7 @@ const Landing = () => {

Demo Mini App JS SDK

Platform: {MiniApp.getPlatform()}

- Parameters: {window.location.search || 'None'} + Parameters: {window.location.search + window.location.hash || 'None'}