From a5d01a4572fd17802f895475a64c20df66f8969b Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 7 Sep 2023 18:28:08 +0300 Subject: [PATCH] spaces -> tabs --- files/assets/js/orgy_file.js | 6 +++--- files/templates/settings/personal.html | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/files/assets/js/orgy_file.js b/files/assets/js/orgy_file.js index 952fcacb1..acf6d57d5 100644 --- a/files/assets/js/orgy_file.js +++ b/files/assets/js/orgy_file.js @@ -23,9 +23,9 @@ orgy_file.addEventListener('pause', () => { }) orgy_file.addEventListener("timeupdate", function(){ - if (break_file.dataset.run == "0" && parseInt(orgy_file.currentTime) == 3000) { + if (break_file.dataset.run == "0" && parseInt(orgy_file.currentTime) == 3000) { break_file.dataset.run = "1" - orgy_file.pause(); + orgy_file.pause(); orgy_file.classList.add('d-none'); break_file.classList.remove('d-none'); break_file.play() @@ -36,5 +36,5 @@ orgy_file.addEventListener("timeupdate", function(){ orgy_file.dataset.created_utc = parseInt(orgy_file.dataset.created_utc) + 303 orgy_file.play() }, 300000); - } + } }); diff --git a/files/templates/settings/personal.html b/files/templates/settings/personal.html index 1e6089df1..0554b0f8b 100644 --- a/files/templates/settings/personal.html +++ b/files/templates/settings/personal.html @@ -273,16 +273,16 @@ {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] %} {% if v.slurreplacer == 0 %} {% set ns.slurtext = 'Enable if you would like to automatically replace slurs. ' %} - {% elif v.slurreplacer == 1 %} - {% set ns.slurtext = 'Enable if you would like to automatically replace slurs. Make filter permanent for a badge!' %} + {% elif v.slurreplacer == 1 %} + {% set ns.slurtext = 'Enable if you would like to automatically replace slurs. Make filter permanent for a badge!' %} {% else %} {% set ns.slurtext = "You've enabled the slur replacer permanently! ✊🏿" %} {% endif %} - {% if v.profanityreplacer == 0 %} - {% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. ' %} - {% elif v.profanityreplacer == 1 %} - {% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. Make filter permanent for a badge!' %} + {% if v.profanityreplacer == 0 %} + {% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. ' %} + {% elif v.profanityreplacer == 1 %} + {% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. Make filter permanent for a badge!' %} {% else %} {% set ns.profanitytext = "You've enabled the profanity replacer permanently! 😇" %} {% endif %}