|
@@ -1,3 +1,4 @@
|
|
|
|
|
+/*
|
|
|
window.addEventListener('DOMContentLoaded', function() {
|
|
window.addEventListener('DOMContentLoaded', function() {
|
|
|
if(window.location.pathname.match(/^\/edit\//i)) {
|
|
if(window.location.pathname.match(/^\/edit\//i)) {
|
|
|
const textarea = document.querySelector("textarea");
|
|
const textarea = document.querySelector("textarea");
|
|
@@ -55,3 +56,4 @@ function pasteListener(e) {
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+*/
|