Added notify after update.
This commit is contained in:
parent
8279c9e3f2
commit
98ed325e4a
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@ class App.SettingsAreaItem extends App.Controller
|
||||||
@setting.save(
|
@setting.save(
|
||||||
success: =>
|
success: =>
|
||||||
|
|
||||||
|
App.Event.trigger 'notify', {
|
||||||
|
type: 'success'
|
||||||
|
msg: App.i18n.translateContent('Update successful!')
|
||||||
|
timeout: 1500
|
||||||
|
}
|
||||||
|
|
||||||
# login check
|
# login check
|
||||||
App.Auth.loginCheck()
|
App.Auth.loginCheck()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue