mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Move “DevDocs” in the tab title to after the dynamic portion of the title
This commit is contained in:
parent
d5d913fc11
commit
a5b6ffb116
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class app.views.Document extends app.View
|
|||
return
|
||||
|
||||
setTitle: (title) ->
|
||||
@el.title = if title then "DevDocs — #{title}" else 'DevDocs API Documentation'
|
||||
@el.title = if title then "#{title} — DevDocs" else 'DevDocs API Documentation'
|
||||
|
||||
afterRoute: (route) =>
|
||||
if route is 'settings'
|
||||
|
|
Loading…
Reference in a new issue