Fixed @ => issue.
This commit is contained in:
parent
bb939c9a0e
commit
dd03d2d256
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class App.UiElement.ticket_perform_action
|
||||||
item.find('.js-attributeSelector').prepend(selector)
|
item.find('.js-attributeSelector').prepend(selector)
|
||||||
|
|
||||||
# add filter
|
# add filter
|
||||||
item.find('.js-add').bind('click', (e) ->
|
item.find('.js-add').bind('click', (e) =>
|
||||||
element = $(e.target).closest('.js-filterElement')
|
element = $(e.target).closest('.js-filterElement')
|
||||||
elementClone = element.clone(true)
|
elementClone = element.clone(true)
|
||||||
element.after(elementClone)
|
element.after(elementClone)
|
||||||
|
|
Loading…
Reference in a new issue