mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 21:29:09 +00:00
Merge branch 'tm-http-request-message' into geospatial-plugin
This commit is contained in:
commit
cdf0d63f58
@ -181,7 +181,7 @@ HttpClientRequest.prototype.send = function(callback) {
|
||||
},
|
||||
progress: function(lengthComputable,loaded,total) {
|
||||
if(lengthComputable) {
|
||||
setBinding(bindProgress,"" + Math.floor((loaded/total) * 100))
|
||||
setBinding(self.bindProgress,"" + Math.floor((loaded/total) * 100))
|
||||
}
|
||||
self.wiki.invokeActionString(self.progressActions,undefined,{
|
||||
lengthComputable: lengthComputable ? "yes" : "no",
|
||||
|
Loading…
x
Reference in New Issue
Block a user