mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Added remaining WAIT_SPINNER settings.
Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3858
This commit is contained in:
parent
8a21b69fb0
commit
488b765f95
10 changed files with 17 additions and 13 deletions
|
|
@ -9,7 +9,7 @@ export class Spinner extends BlazeComponent {
|
|||
|
||||
getSpinnerName() {
|
||||
let ret = 'Bounce';
|
||||
let defaultWaitSpinner = Meteor.settings.public.DEFAULT_WAIT_SPINNER;
|
||||
let defaultWaitSpinner = Meteor.settings.public.WAIT_SPINNER;
|
||||
if (defaultWaitSpinner && ALLOWED_WAIT_SPINNERS.includes(defaultWaitSpinner)) {
|
||||
ret = defaultWaitSpinner;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue