Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Riguidix:Fix previewer
Browse files Browse the repository at this point in the history
FIX: Adding a way to UPDATED the PREVIEWER at File Upload
  • Loading branch information
mamamia5x authored Feb 25, 2021
2 parents c497c1f + 794631a commit 378c040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vital/pages/editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
//storing/displaying the textarea
document.getElementById("text").value= filetext;


//calling the function to convert the data from the localfile
markdown(filetext);
};

fileReader.readAsText(fileToRead,"UTF-8");
Expand Down

0 comments on commit 378c040

Please sign in to comment.