Merge branch 'dillon/34.8-jenkins-vapor' into vapor/development

This commit is contained in:
Dillon Ngo
2024-10-24 03:39:05 +08:00
3 changed files with 0 additions and 3 deletions
@@ -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');
}
}
@@ -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');
}
});