Move “DevDocs” in the tab title to after the dynamic portion of the title

pull/813/merge
Jed Fox 7 years ago committed by Thibaut Courouble
parent d5d913fc11
commit a5b6ffb116

@ -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…
Cancel
Save