Add missing bracket
This commit is contained in:
parent
f60d7c564f
commit
97e72d5864
@ -61,6 +61,7 @@ function getPdf(arg, callback) {
|
||||
params.error();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
xhr.onreadystatechange = function getPdfOnreadystatechange(e) {
|
||||
if (xhr.readyState === 4) {
|
||||
|
Loading…
Reference in New Issue
Block a user