remove spaces from babycode html emoji, clean up js
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
if (inThread()) {
|
if (inThread()) {
|
||||||
const form = ta.closest('.post-edit-form');
|
const form = ta.closest('.post-edit-form');
|
||||||
console.log(ta.closest('.post-edit-form'));
|
|
||||||
if (form){
|
if (form){
|
||||||
form.addEventListener("submit", () => {
|
form.addEventListener("submit", () => {
|
||||||
localStorage.removeItem(window.location.pathname);
|
localStorage.removeItem(window.location.pathname);
|
||||||
|
|||||||
Reference in New Issue
Block a user