Removed not needed html quoting in @title.
This commit is contained in:
parent
68f608d9f9
commit
954e6994e5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class App.Controller extends Spine.Controller
|
||||||
# add @title methode to set title
|
# add @title methode to set title
|
||||||
title: (name) ->
|
title: (name) ->
|
||||||
# $('html head title').html( @Config.get(product_name) + ' - ' + App.i18n.translateInline(name) )
|
# $('html head title').html( @Config.get(product_name) + ' - ' + App.i18n.translateInline(name) )
|
||||||
document.title = @Config.get('product_name') + ' - ' + App.i18n.translateInline(name)
|
document.title = @Config.get('product_name') + ' - ' + App.i18n.translatePlain(name)
|
||||||
|
|
||||||
# add @notify methode to create notification
|
# add @notify methode to create notification
|
||||||
notify: (data) ->
|
notify: (data) ->
|
||||||
|
|
Loading…
Reference in a new issue