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