mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-20 08:40:42 +00:00
Merge branch 'master' into multi-wiki-support
This commit is contained in:
@@ -289,7 +289,7 @@ exports.httpRequest = function(options) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Something went wrong
|
// 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
|
// Handle progress
|
||||||
|
|||||||
Reference in New Issue
Block a user