forked from rDrama/rDrama
1
0
Fork 0

correct feature name

master
justcool393 2022-11-06 20:14:32 -06:00
parent 7de3bb064c
commit 0c42a8d269
1 changed files with 2 additions and 2 deletions

View File

@ -306,7 +306,7 @@
{% if v.profanityreplacer == 1 -%}
{{permanent_filter_modal('profanityreplacer', '/settings/personal', 'profanityreplacer', 'Profanity Replacer', 'Soapy-Mouthed Angel')}}
{%- endif %}
{% if FEATURES['PERMANENT_WORD_FILTERS'] -%}
{% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] -%}
<script>
document.addEventListener("DOMContentLoaded", function (event) {
const sr_toggle = document.getElementById("slurreplacer");
@ -321,5 +321,5 @@
});
});
</script>
{% endif %}
{%- endif %}
{% endblock %}