szafran98 commited on
Commit
bca351a
·
1 Parent(s): 91eafe6

Redirect to new tab

Browse files
Files changed (1) hide show
  1. src/components/PluginMain.vue +1 -1
src/components/PluginMain.vue CHANGED
@@ -126,7 +126,7 @@ const getSources = (data) => {
126
  }
127
 
128
  const redirectToResults = () => {
129
- window.location.href = redirectButtonLink.value
130
 
131
  resetState()
132
  }
 
126
  }
127
 
128
  const redirectToResults = () => {
129
+ window.open(redirectButtonLink.value, '_blank');
130
 
131
  resetState()
132
  }