mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 06:54:02 +00:00
Merge branch 'dillon/34.8-jenkins-vapor' into vapor/development
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
if(window.LARAVEL_VAPOR_ENABLED){
|
||||
if (response.src) {
|
||||
// window.location.href = response.src;
|
||||
console.log('download');
|
||||
window.open(response.src, '_blank');
|
||||
}
|
||||
}
|
||||
|
||||
-1
@@ -139,7 +139,6 @@ export default {
|
||||
if(!success){return;}
|
||||
if (response.src) {
|
||||
// window.location.href = response.src;
|
||||
console.log('download');
|
||||
window.open(response.src, '_blank');
|
||||
}
|
||||
});
|
||||
|
||||
@@ -82,7 +82,6 @@
|
||||
if(!success){return;}
|
||||
if (response.src) {
|
||||
// window.location.href = response.src;
|
||||
console.log('download');
|
||||
window.open(response.src, '_blank');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user