mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix GitLab saver Base64 encoding (#4255)
This commit is contained in:
parent
ff6070f033
commit
3732c83ad4
@ -71,7 +71,7 @@ GitLabSaver.prototype.save = function(text,method,callback) {
|
||||
}
|
||||
var data = {
|
||||
commit_message: $tw.language.getRawString("ControlPanel/Saving/GitService/CommitMessage"),
|
||||
content: $tw.utils.base64Encode(text),
|
||||
content: text,
|
||||
branch: branch,
|
||||
sha: sha
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user