Refactoring
This commit is contained in:
parent
47e734ff74
commit
716212a149
@ -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>
|
||||
|
||||
|
5
public/js/jquery-1.9.1.min.js
vendored
5
public/js/jquery-1.9.1.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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();
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user