فهرست منبع

Fixed newfile.js for NotepadA bug

Toby Chui 3 سال پیش
والد
کامیت
32a9c0d85b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      web/NotepadA/backend/newfile.js

+ 1 - 1
web/NotepadA/backend/newfile.js

@@ -1,4 +1,4 @@
 requirelib("filelib");
 filelib.mkdir("user:/Document/NotepadA");
-filelib.writeFile("user:/Document/NotepadA/" + tmpid, ".tmp");
+filelib.writeFile("user:/Document/NotepadA/" + tmpid + ".tmp", "");
 sendJSONResp(JSON.stringify("user:/Document/NotepadA/" + tmpid+".tmp"));