* Sneed

* Bust cache

* Fix widescreens emoji picker
remotes/1693045480750635534/spooky-22
Nekobit 2022-07-17 13:05:11 -04:00 committed by GitHub
parent f07e47327e
commit aaabd0cc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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,