forked from MarseyWorld/MarseyWorld
spaces -> tabs
parent
9ee45b4a24
commit
a5d01a4572
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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. <a hidden id="slurreplacer-perma-link" href="#" class="text-primary" data-bs-toggle="modal" data-bs-target="#modal-slurreplacer">Make filter permanent for a badge!</a>' %}
|
||||
{% elif v.slurreplacer == 1 %}
|
||||
{% set ns.slurtext = 'Enable if you would like to automatically replace slurs. <a id="slurreplacer-perma-link" href="#" class="text-primary" data-bs-toggle="modal" data-bs-target="#modal-slurreplacer">Make filter permanent for a badge!</a>' %}
|
||||
{% elif v.slurreplacer == 1 %}
|
||||
{% set ns.slurtext = 'Enable if you would like to automatically replace slurs. <a id="slurreplacer-perma-link" href="#" class="text-primary" data-bs-toggle="modal" data-bs-target="#modal-slurreplacer">Make filter permanent for a badge!</a>' %}
|
||||
{% 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. <a hidden id="profanityreplacer-perma-link" href="#" class="text-primary" data-bs-toggle="modal" data-bs-target="#modal-profanityreplacer">Make filter permanent for a badge!</a>' %}
|
||||
{% elif v.profanityreplacer == 1 %}
|
||||
{% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. <a id="profanityreplacer-perma-link" href="#" class="text-primary" data-bs-toggle="modal" data-bs-target="#modal-profanityreplacer">Make filter permanent for a badge!</a>' %}
|
||||
{% if v.profanityreplacer == 0 %}
|
||||
{% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. <a hidden id="profanityreplacer-perma-link" href="#" class="text-primary" data-bs-toggle="modal" data-bs-target="#modal-profanityreplacer">Make filter permanent for a badge!</a>' %}
|
||||
{% elif v.profanityreplacer == 1 %}
|
||||
{% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. <a id="profanityreplacer-perma-link" href="#" class="text-primary" data-bs-toggle="modal" data-bs-target="#modal-profanityreplacer">Make filter permanent for a badge!</a>' %}
|
||||
{% else %}
|
||||
{% set ns.profanitytext = "You've enabled the profanity replacer permanently! 😇" %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue