remove old icon logic
This commit is contained in:
parent
c58fb89887
commit
cd23ba82c2
1 changed files with 0 additions and 3 deletions
|
@ -66,9 +66,6 @@ class App.TicketCreate extends App.Controller
|
|||
# set active tab
|
||||
selectedTab = @el.find(".type-tabs .tab[data-type='#{type}']")
|
||||
selectedTab.addClass('active')
|
||||
selectedTabIcon = @el.find(".type-tabs .tab[data-type='#{type}'] .icon")
|
||||
selectedTabIcon.removeClass('gray')
|
||||
selectedTabIcon.addClass('white')
|
||||
|
||||
# set form type attributes
|
||||
articleSenderTypeMap =
|
||||
|
|
Loading…
Reference in a new issue