projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
jslint ok.
[Plinn.git]
/
skins
/
fileupload.js
diff --git
a/skins/fileupload.js
b/skins/fileupload.js
index
e467281
..
da5c08d
100644
(file)
--- a/
skins/fileupload.js
+++ b/
skins/fileupload.js
@@
-71,7
+71,7
@@
DDFileUploader.prototype.progressHandler = function(evt) {
if (evt.lengthComputable) {
var progress = evt.loaded / evt.total;
this.updateProgressBar(progress);
if (evt.lengthComputable) {
var progress = evt.loaded / evt.total;
this.updateProgressBar(progress);
- var currentOpacity = this.previewImg.style.opacity
+ var currentOpacity = this.previewImg.style.opacity
;
this.previewImg.style.opacity = Math.max(currentOpacity, progress);
}
};
this.previewImg.style.opacity = Math.max(currentOpacity, progress);
}
};