This website works better with JavaScript.
Home
Explore
Help
Sign In
KaiSD
/
Test-rep
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Изменить 'ace/index.html'
master
KaiSD
5 years ago
parent
7fd7924924
commit
9dc5c2b483
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ace/index.html
+ 1
- 1
ace/index.html
View File
@@ -40,7 +40,7 @@
autoScrollEditorIntoView: true
})
if (localStorage.getItem("acetest")
=
== null) {
if (localStorage.getItem("acetest")
!
== null) {
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
}
Write
Preview
Loading…
Cancel
Save