Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!335
Remove outdated settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove outdated settings
hakabahitoyo/pleroma-fe:remove-outdated-settings
into
develop
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Hakaba Hitoyo
requested to merge
hakabahitoyo/pleroma-fe:remove-outdated-settings
into
develop
6 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
See also
!319 (merged)
0
0
Merge request reports
Viewing commit
dbf24e1f
Show latest version
1 file
+
0
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dbf24e1f
Remove outdated settings
· dbf24e1f
hakabahitoyo
authored
6 years ago
src/main.js
+
0
−
6
Options
@@ -114,9 +114,6 @@ window.fetch('/api/statusnet/config.json')
var
redirectRootNoLogin
=
(
config
.
redirectRootNoLogin
)
var
redirectRootLogin
=
(
config
.
redirectRootLogin
)
var
chatDisabled
=
(
config
.
chatDisabled
)
var
showWhoToFollowPanel
=
(
config
.
showWhoToFollowPanel
)
var
whoToFollowProvider
=
(
config
.
whoToFollowProvider
)
var
whoToFollowLink
=
(
config
.
whoToFollowLink
)
var
showInstanceSpecificPanel
=
(
config
.
showInstanceSpecificPanel
)
var
scopeOptionsEnabled
=
(
config
.
scopeOptionsEnabled
)
var
formattingOptionsEnabled
=
(
config
.
formattingOptionsEnabled
)
@@ -127,9 +124,6 @@ window.fetch('/api/statusnet/config.json')
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
logo
'
,
value
:
logo
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
logoMask
'
,
value
:
logoMask
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
logoMargin
'
,
value
:
logoMargin
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
showWhoToFollowPanel
'
,
value
:
showWhoToFollowPanel
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
whoToFollowProvider
'
,
value
:
whoToFollowProvider
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
whoToFollowLink
'
,
value
:
whoToFollowLink
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
showInstanceSpecificPanel
'
,
value
:
showInstanceSpecificPanel
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
scopeOptionsEnabled
'
,
value
:
scopeOptionsEnabled
})
store
.
dispatch
(
'
setOption
'
,
{
name
:
'
formattingOptionsEnabled
'
,
value
:
formattingOptionsEnabled
})
Loading