File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/src/main/webapp/js/outputs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ PDFSupport.prototype= {
91
91
$ ( "body" ) . css ( "cursor" , "default" ) ;
92
92
} ) ;
93
93
} 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 ) {
95
95
var handle = data [ "handle" ] ;
96
96
window . open ( "pdfforward/asyncpdf/handle?handle=" + handle , "_blank" ) ;
97
97
$ ( "body" ) . css ( "cursor" , "default" ) ;
98
98
$ ( ".opacityloading" ) . hide ( ) ;
99
99
} , this ) ) . error ( function ( jqXHR , textStatus , errorThrown ) {
100
- ( ".opacityloading" ) . hide ( ) ;
100
+ $ ( ".opacityloading" ) . hide ( ) ;
101
101
if ( jqXHR . status === 400 ) {
102
102
function _message ( cont ) {
103
103
function _waitheader ( ) {
You can’t perform that action at this time.
0 commit comments