lower
This commit is contained in:
parent
5c88f81a99
commit
4577b33848
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ function markdown(first, second) {
|
|||
var emojis = Array.from(input.matchAll(/:([#!A-Za-z0-9]{1,30}?):/gi))
|
||||
if(emojis != null){
|
||||
for(i = 0; i < emojis.length; i++){
|
||||
var emoji = emojis[i][0]
|
||||
var emoji = emojis[i][0].toLowerCase();
|
||||
if (emoji.includes('marseyrandom')) continue
|
||||
var remoji = emoji.replace(/:/g,'');
|
||||
if (remoji.startsWith("!#") || remoji.startsWith("#!"))
|
||||
|
|
|
@ -873,7 +873,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if v %}
|
||||
<script src="/static/assets/js/marked.js?a=245"></script>
|
||||
<script src="/static/assets/js/marked.js?a=246"></script>
|
||||
<script src="/static/assets/js/comments_v.js?a=261"></script>
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -265,7 +265,7 @@
|
|||
checkForRequired()
|
||||
</script>
|
||||
|
||||
<script src="/static/assets/js/marked.js?a=245"></script>
|
||||
<script src="/static/assets/js/marked.js?a=246"></script>
|
||||
<script src="/static/assets/js/formatting.js?a=240"></script>
|
||||
<script src="/static/assets/js/submit.js?a=248"></script>
|
||||
{% include "emoji_modal.html" %}
|
||||
|
|
|
@ -767,7 +767,7 @@
|
|||
</nav>
|
||||
{% endif %}
|
||||
|
||||
<script src="/static/assets/js/marked.js?a=245"></script>
|
||||
<script src="/static/assets/js/marked.js?a=246"></script>
|
||||
|
||||
|
||||
{% if v and v.id != u.id and '/comments' not in request.path %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue