mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Remove intro popup.
This commit is contained in:
@@ -99,12 +99,11 @@ return [
|
|||||||
'accountStatus' => ['element' => '#accountStatus', 'position' => 'top'],
|
'accountStatus' => ['element' => '#accountStatus', 'position' => 'top'],
|
||||||
],
|
],
|
||||||
'piggy-banks_create' => [
|
'piggy-banks_create' => [
|
||||||
'name' => ['element' => '#ffInput_name'],
|
'name' => ['element' => '#ffInput_name'],
|
||||||
'date' => ['element' => '#ffInput_targetdate'],
|
'date' => ['element' => '#ffInput_targetdate'],
|
||||||
|
|
||||||
],
|
],
|
||||||
'piggy-banks_show' => [
|
'piggy-banks_show' => [
|
||||||
'intro' => [],
|
|
||||||
'piggyChart' => ['element' => '#piggyChart'],
|
'piggyChart' => ['element' => '#piggyChart'],
|
||||||
'piggyDetails' => ['element' => '#piggyDetails'],
|
'piggyDetails' => ['element' => '#piggyDetails'],
|
||||||
'piggyEvents' => ['element' => '#piggyEvents'],
|
'piggyEvents' => ['element' => '#piggyEvents'],
|
||||||
@@ -146,7 +145,7 @@ return [
|
|||||||
],
|
],
|
||||||
// preferences: index
|
// preferences: index
|
||||||
'preferences_index' => [
|
'preferences_index' => [
|
||||||
'tabs' => ['element' => '.nav-tabs'],
|
'tabs' => ['element' => '.nav-tabs'],
|
||||||
],
|
],
|
||||||
// currencies: index, create
|
// currencies: index, create
|
||||||
'currencies_index' => [
|
'currencies_index' => [
|
||||||
@@ -154,6 +153,6 @@ return [
|
|||||||
'default' => ['element' => '.defaultCurrency'],
|
'default' => ['element' => '.defaultCurrency'],
|
||||||
],
|
],
|
||||||
'currencies_create' => [
|
'currencies_create' => [
|
||||||
'code' => ['element' => '#ffInput_code',],
|
'code' => ['element' => '#ffInput_code',],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user