Refactoring

This commit is contained in:
Hideaki Tanabe 2020-08-14 22:35:54 +09:00
parent 47e734ff74
commit 716212a149
3 changed files with 2 additions and 13 deletions

View File

@ -81,7 +81,7 @@ You may be using [Markdown Live Preview](https://markdownlivepreview.com/).
## Inline code
May the `Force` be with you</textarea>
This web site is using `markedjs/marked`.</textarea>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,4 @@
$(function() {
var currentMode = 'edit';
var scrollTops = {
'edit' : 0,
'preview' : 0
};
var isEdited = false;
let convert = () => {
@ -34,4 +28,4 @@ $(function() {
});
convert();
});
});