We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13af3d0 commit 73e44d8Copy full SHA for 73e44d8
apps/nuxt/src/pages/iframe/siret/index.vue
@@ -99,11 +99,7 @@ const setManualRegister = () => {
99
const openNewTab = () => {
100
CompanyData.updateRouteFromStorage()
101
const url = new Navigation().getAbsoluteUrlByRouteName(RouteName.CatalogProjects, {}, useNavigationStore().query)
102
- if (window.top) {
103
- window.top.open(url, '_blank')
104
- } else {
105
- window.open(url, '_blank')
106
- }
+ window.open(url, '_blank')
107
}
108
109
// Initialiser iframe-resizer pour la communication avec le parent
0 commit comments