mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-25 04:46:55 +00:00
Keeping JSHint happy
This commit is contained in:
parent
3b609ed1e5
commit
4a783d08c6
@ -58,7 +58,7 @@ UploadSaver.prototype.save = function(text) {
|
||||
if(http.readyState == 4 && http.status == 200) {
|
||||
alert(http.responseText);
|
||||
}
|
||||
}
|
||||
};
|
||||
http.send(data);
|
||||
return true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user