Fixed download document on open
This commit is contained in:
parent
01b91e436e
commit
a09e5b329f
@ -2541,6 +2541,7 @@ angular.module('myApp.services', [])
|
|||||||
switch (action) {
|
switch (action) {
|
||||||
case 1:
|
case 1:
|
||||||
window.open(url, '_blank');
|
window.open(url, '_blank');
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
var a = $('<a>Download</a>')
|
var a = $('<a>Download</a>')
|
||||||
|
Loading…
Reference in New Issue
Block a user