From 3d2e7e415ad49b69beb5f0387e6cb4250de1e3ad Mon Sep 17 00:00:00 2001 From: TLSM Date: Thu, 23 Jun 2022 01:53:07 -0400 Subject: [PATCH] Focus emoji search input on modal open. --- files/templates/emoji_modal.html | 2 +- files/templates/util/assetcache.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index cedc7610c6..ee3b71dff1 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -101,4 +101,4 @@ - \ No newline at end of file + diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 4bf7105d10..21a779b489 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -18,6 +18,7 @@ set CACHE_VER = { 'js/award_modal.js': 253, 'js/bootstrap.js': 259, 'js/comments+submission_listing.js': 261, + 'js/emoji_modal.js': 282, 'js/formatting.js': 240, 'js/header.js': 272, 'js/lottery.js': 256,