Skip to content

Commit

Permalink
Output
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Mar 12, 2015
1 parent f873727 commit cbabe8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/main/webapp/js/outputs/outpdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ PDFSupport.prototype= {
$("body").css("cursor", "default");
});
} else {
$.getJSON("pdfforward/asyncpdf/parent?pid="+ pid+"&number="+number, _.bind(function(data) {
$.getJSON("pdfforward/asyncpdf/parent?pid="+ pid+"&number="+pages.length, _.bind(function(data) {
var handle = data["handle"];
window.open("pdfforward/asyncpdf/handle?handle="+ handle,"_blank");
$("body").css("cursor", "default");
$(".opacityloading").hide();
}, this)).error(function(jqXHR, textStatus, errorThrown) {
(".opacityloading").hide();
$(".opacityloading").hide();
if (jqXHR.status === 400) {
function _message(cont) {
function _waitheader() {
Expand Down

0 comments on commit cbabe8a

Please sign in to comment.