Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
This commit is contained in:
commit
e3b0c6c082
2 changed files with 3 additions and 3 deletions
|
@ -860,8 +860,8 @@ function loadEmojis(form) {
|
||||||
let search_bar = document.getElementById("emoji_search");
|
let search_bar = document.getElementById("emoji_search");
|
||||||
let search_container = document.getElementById('emoji-tab-search')
|
let search_container = document.getElementById('emoji-tab-search')
|
||||||
|
|
||||||
let container = document.getElementById(EMOJI_BOX_ID)
|
let fav = document.getElementById(EMOJI_BOX_ID)
|
||||||
container.setAttribute(EMOJI_FORM_DESTINATION_ATTR, form)
|
fav.setAttribute(EMOJI_FORM_DESTINATION_ATTR, form)
|
||||||
|
|
||||||
const commentBox = document.getElementById(form);
|
const commentBox = document.getElementById(form);
|
||||||
commentBox.setAttribute(TEXTAREA_POS_ATTR, commentBox.selectionStart);
|
commentBox.setAttribute(TEXTAREA_POS_ATTR, commentBox.selectionStart);
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/assets/js/emoji_modal.js?v=195"></script>
|
<script src="/assets/js/emoji_modal.js?v=196"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
a.emojitab {
|
a.emojitab {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue