mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-11 01:03:01 -07:00
Merge branch 'master' into multi-wiki-support
This commit is contained in:
commit
270f62bbb2
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ exports.httpRequest = function(options) {
|
|||
return;
|
||||
}
|
||||
// Something went wrong
|
||||
options.callback($tw.language.getString("Error/XMLHttpRequest") + ": " + this.status,null,this);
|
||||
options.callback($tw.language.getString("Error/XMLHttpRequest") + ": " + this.status,this[returnProp],this);
|
||||
}
|
||||
};
|
||||
// Handle progress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue