download doc fix
This commit is contained in:
parent
cfb28074fb
commit
2a0dbabaf5
|
@ -1599,7 +1599,8 @@ $('.image_rotate').live("click", function(e) {
|
|||
$('.download_doc').live("click", function(e) {
|
||||
var r = $(this).getResource();
|
||||
var path = r.file;
|
||||
window.open(path);
|
||||
var base_url = "http://" + window.location.hostname
|
||||
window.open(base_url + path);
|
||||
});
|
||||
|
||||
$('.printMe').live("click", function(e) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user