forked from MarseyWorld/MarseyWorld
parent
f07e47327e
commit
aaabd0cc79
|
@ -492,7 +492,7 @@ function emojiAddToInput(event)
|
|||
modal_pos.y += window.scrollY;
|
||||
|
||||
speed_carot_modal.style.display = "initial";
|
||||
speed_carot_modal.style.left = modal_pos.x + box_coords.x - 35 + "px";
|
||||
speed_carot_modal.style.left = box_coords.x - 35 + "px";
|
||||
speed_carot_modal.style.top = modal_pos.y + box_coords.y + 14 + "px";
|
||||
|
||||
// Do the search (and do something with it)
|
||||
|
|
|
@ -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': 300,
|
||||
'js/emoji_modal.js': 301,
|
||||
'js/formatting.js': 240,
|
||||
'js/lottery.js': 256,
|
||||
'js/marked.js': 280,
|
||||
|
|
Loading…
Reference in New Issue