forked from MarseyWorld/MarseyWorld
fix ghostdiv
parent
034e8fa5eb
commit
d011055421
|
@ -543,6 +543,7 @@ function emojiAddToInput(event)
|
|||
forms.forEach(i => {
|
||||
let pseudo_div = document.createElement("div");
|
||||
pseudo_div.className = "ghostdiv";
|
||||
pseudo_div.style.display = "none";
|
||||
i.after(pseudo_div);
|
||||
i.addEventListener('input', update_speed_emoji_modal, false);
|
||||
i.addEventListener('keydown', speed_carot_navigate, false);
|
||||
|
|
|
@ -20,7 +20,7 @@ set CACHE_VER = {
|
|||
'js/bootstrap.js': 275,
|
||||
'js/comments+submission_listing.js': 263,
|
||||
'js/submission_listing.js': 261,
|
||||
'js/emoji_modal.js': 311,
|
||||
'js/emoji_modal.js': 312,
|
||||
'js/formatting.js': 240,
|
||||
'js/lottery.js': 256,
|
||||
'js/marked.js': 280,
|
||||
|
|
Loading…
Reference in New Issue