forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
8e40262ab1
commit
dc71040e2a
1 changed files with 10 additions and 11 deletions
|
@ -88,8 +88,7 @@ pandora.ui.uploadPDFDialog = function(options) {
|
||||||
}
|
}
|
||||||
}).bindEvent({
|
}).bindEvent({
|
||||||
progress: function(data) {
|
progress: function(data) {
|
||||||
var progress = data.progress || 0;
|
$progress.options({progress: data.progress || 0});
|
||||||
$progress.options({progress: progress});
|
|
||||||
},
|
},
|
||||||
done: function(data) {
|
done: function(data) {
|
||||||
if (data.progress == 1) {
|
if (data.progress == 1) {
|
||||||
|
|
Loading…
Reference in a new issue