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', {
|
App.Event.trigger 'notify', {
|
||||||
type: 'success',
|
type: 'success'
|
||||||
msg: App.i18n.translateContent('Bulk-Action executed!'),
|
msg: App.i18n.translateContent('Bulk-Action executed!')
|
||||||
}
|
}
|
||||||
|
|
||||||
zoom: (e) =>
|
zoom: (e) =>
|
||||||
|
|
Loading…
Reference in a new issue