🐛 hands!
This commit is contained in:
parent
acd2a4cc7f
commit
7b99c32ca8
1 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
<script async>
|
<script type="text/discourse-plugin" async>
|
||||||
// GNU-GPL-3.0-or-later
|
// GNU-GPL-3.0-or-later
|
||||||
|
|
||||||
var its = (function() {
|
var its = (function() {
|
||||||
|
@ -10,15 +10,15 @@ var its = (function() {
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
const logos_small = {
|
const logos_small = {
|
||||||
'open': '{{theme-setting “theme_uploads.logo_green”}}',
|
'open': settings.theme_uploads.logo_green,
|
||||||
'closed':'{{theme-setting “theme_uploads.logo_red”}}',
|
'closed': settings.theme_uploads.logo_red,
|
||||||
'error': '{{theme-setting “theme_uploads.logo_yellow”}}'
|
'error': settings.theme_uploads.logo_yellow
|
||||||
}
|
}
|
||||||
|
|
||||||
const logos_big = {
|
const logos_big = {
|
||||||
'open': '{{theme-setting “theme_uploads.logo_name_green”}}',
|
'open': settings.theme_uploads.logo_name_green,
|
||||||
'closed':'{{theme-setting “theme_uploads.logo_name_red”}}',
|
'closed': settings.theme_uploads.logo_name_red,
|
||||||
'error': '{{theme-setting “theme_uploads.logo_name_yellow”}}'
|
'error': settings.theme_uploads.logo_name_yellow
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in a new issue