logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6b250762f0fbbb7883716e072b086fb55d92218c
parent f0641d05dffe627abd093c296a8cf9e5296b3098
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 12 Apr 2021 00:52:16 +0300

translate a variable name to American English from Australian English

Diffstat:

Msrc/components/flash/flash.js2+-
Msrc/components/flash/flash.vue2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/flash/flash.js b/src/components/flash/flash.js @@ -24,7 +24,7 @@ const Flash = { player.config = { letterbox: 'on' } - const container = this.$refs.cunt + const container = this.$refs.container container.appendChild(player) player.style.width = '100%' player.style.height = '100%' diff --git a/src/components/flash/flash.vue b/src/components/flash/flash.vue @@ -2,7 +2,7 @@ <div class="Flash"> <div v-if="player" - ref="cunt" + ref="container" class="player" :class="{ hidden: player === 'hidden' }" />