forked from mirror/MrDoc
替换文档历史页面js的let为var
This commit is contained in:
parent
e936175c18
commit
bfd0c21ac6
@ -191,7 +191,7 @@
|
||||
value = document.getElementById('doc').innerHTML;
|
||||
orig2 = document.getElementById('history').innerHTML;
|
||||
initUI();
|
||||
let d = document.createElement("div");
|
||||
var d = document.createElement("div");
|
||||
d.style.cssText = "width: 50px; margin: 7px; height: 14px";
|
||||
dv.editor().addLineWidget(57, d)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user