aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/SubscriptionPopup.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-24 22:08:33 +0200
committerLibravatar GitHub <noreply@github.com>2017-10-24 22:08:33 +0200
commit390f39fd248efb969ebe082b0d3e4beff255cfdc (patch)
tree5ce5f611e2e20ca805d65e550633cc19f4571253 /src/components/ui/SubscriptionPopup.js
parentupdates to nl-BE locale based on Woordenlijst and Van Dale (diff)
parentMerge pull request #100 from meetfranz/feature/zoomin-alias (diff)
downloadferdium-app-390f39fd248efb969ebe082b0d3e4beff255cfdc.tar.gz
ferdium-app-390f39fd248efb969ebe082b0d3e4beff255cfdc.tar.zst
ferdium-app-390f39fd248efb969ebe082b0d3e4beff255cfdc.zip
Merge branch 'develop' into master
Diffstat (limited to 'src/components/ui/SubscriptionPopup.js')
-rw-r--r--src/components/ui/SubscriptionPopup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/SubscriptionPopup.js b/src/components/ui/SubscriptionPopup.js
index 72b6ccd98..5aae2c47a 100644
--- a/src/components/ui/SubscriptionPopup.js
+++ b/src/components/ui/SubscriptionPopup.js
@@ -57,7 +57,7 @@ export default class SubscriptionPopup extends Component {
57 className="subscription-popup__webview" 57 className="subscription-popup__webview"
58 58
59 autosize 59 autosize
60 src={url} 60 src={encodeURI(url)}
61 disablewebsecurity 61 disablewebsecurity
62 onDidNavigate={completeCheck} 62 onDidNavigate={completeCheck}
63 // onNewWindow={(event, url, frameName, options) => 63 // onNewWindow={(event, url, frameName, options) =>