Browse Source

Revert "external_api: fixed using deeplinks"

This breaks the mobile deeplinking page
This reverts commit 532dadb245.
master
Jaya Allamsetty 4 years ago
parent
commit
5591144693

+ 0
- 2
react/features/deep-linking/components/DeepLinkingMobilePage.web.js View File

@@ -129,7 +129,6 @@ class DeepLinkingMobilePage extends Component<Props> {
129 129
                         <button className = { downloadButtonClassName }>
130 130
                             { t(`${_TNS}.downloadApp`) }
131 131
                         </button>
132
-                        target = '_top'
133 132
                     </a>
134 133
                     <a
135 134
                         { ...onOpenLinkProperties }
@@ -139,7 +138,6 @@ class DeepLinkingMobilePage extends Component<Props> {
139 138
                         {/* <button className = { `${_SNS}__button` }> */}
140 139
                         { t(`${_TNS}.openApp`) }
141 140
                         {/* </button> */}
142
-                        target = '_top'
143 141
                     </a>
144 142
                     { renderPromotionalFooter() }
145 143
                     <DialInSummary

Loading…
Cancel
Save