Small code clean up.
This commit is contained in:
parent
98ed325e4a
commit
d4bfe0ba9a
1 changed files with 2 additions and 2 deletions
|
@ -322,8 +322,8 @@ class Index extends App.Controller
|
|||
)
|
||||
)
|
||||
App.Event.trigger 'notify', {
|
||||
type: 'success',
|
||||
msg: App.i18n.translateContent('Bulk-Action executed!'),
|
||||
type: 'success'
|
||||
msg: App.i18n.translateContent('Bulk-Action executed!')
|
||||
}
|
||||
|
||||
zoom: (e) =>
|
||||
|
|
Loading…
Reference in a new issue