Skip to content

Commit cbabe8a

Browse files
committed
Output
1 parent f873727 commit cbabe8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/main/webapp/js/outputs/outpdf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ PDFSupport.prototype= {
9191
$("body").css("cursor", "default");
9292
});
9393
} else {
94-
$.getJSON("pdfforward/asyncpdf/parent?pid="+ pid+"&number="+number, _.bind(function(data) {
94+
$.getJSON("pdfforward/asyncpdf/parent?pid="+ pid+"&number="+pages.length, _.bind(function(data) {
9595
var handle = data["handle"];
9696
window.open("pdfforward/asyncpdf/handle?handle="+ handle,"_blank");
9797
$("body").css("cursor", "default");
9898
$(".opacityloading").hide();
9999
}, this)).error(function(jqXHR, textStatus, errorThrown) {
100-
(".opacityloading").hide();
100+
$(".opacityloading").hide();
101101
if (jqXHR.status === 400) {
102102
function _message(cont) {
103103
function _waitheader() {

0 commit comments

Comments
 (0)