Browse Source

Revert "external_api: fixed using deeplinks"

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

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

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

Loading…
Cancel
Save