Some optimizations. Improve font loading and embed global.css directly
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
function uploadText() {
|
||||
var text = $("#textarea").val();
|
||||
if(!text.endsWith("\n")){
|
||||
text += "\n";
|
||||
}
|
||||
|
||||
var blob = new Blob([text], {type: "text/plain"});
|
||||
|
||||
startFileUpload(blob);
|
||||
|
Reference in New Issue
Block a user