Fixed download document on open

This commit is contained in:
Igor Zhukov 2014-06-06 15:20:05 +04:00
parent 01b91e436e
commit a09e5b329f

View File

@ -2541,6 +2541,7 @@ angular.module('myApp.services', [])
switch (action) {
case 1:
window.open(url, '_blank');
break;
default:
var a = $('<a>Download</a>')