reload text panel after uploading pdf

This commit is contained in:
j 2013-09-08 17:03:22 +00:00
commit 41a1a1f94f
2 changed files with 2 additions and 19 deletions

View file

@ -373,7 +373,7 @@ pandora.ui.textPDF = function(text) {
$iframe && $iframe.postMessage('page', {page: page});
}
} else {
that.html('UPLOADED: ' + text.uploaded);
that.html('Please upload PDF');
}
return that;