Removed d&d for overviews.
This commit is contained in:
parent
1d3f5006ed
commit
b1e7c30178
2 changed files with 4 additions and 8 deletions
|
@ -14,10 +14,10 @@ class App.TicketOverview extends App.Controller
|
|||
'.js-batch-assign': 'batchAssign'
|
||||
'.js-batch-macro': 'batchMacro'
|
||||
|
||||
events:
|
||||
'mousedown .item': 'startDragItem'
|
||||
'mouseenter .js-batch-overlay-entry': 'highlightBatchEntry'
|
||||
'mouseleave .js-batch-overlay-entry': 'unhighlightBatchEntry'
|
||||
#events:
|
||||
# 'mousedown .item': 'startDragItem'
|
||||
# 'mouseenter .js-batch-overlay-entry': 'highlightBatchEntry'
|
||||
# 'mouseleave .js-batch-overlay-entry': 'unhighlightBatchEntry'
|
||||
|
||||
constructor: ->
|
||||
super
|
||||
|
|
|
@ -5,10 +5,6 @@ set -ex
|
|||
rm app/assets/javascripts/app/controllers/layout_ref.coffee
|
||||
rm -rf app/assets/javascripts/app/views/layout_ref/
|
||||
rm app/assets/javascripts/app/controllers/karma.coffee
|
||||
rm app/assets/javascripts/app/controllers/_integration/nagios.coffee
|
||||
rm app/assets/javascripts/app/controllers/_integration/icinga.coffee
|
||||
rm app/assets/javascripts/app/controllers/_integration/clearbit.coffee
|
||||
rm app/assets/javascripts/app/controllers/role.coffee
|
||||
rm app/assets/javascripts/app/controllers/report.coffee
|
||||
rm app/assets/javascripts/app/controllers/report_profile.coffee
|
||||
|
||||
|
|
Loading…
Reference in a new issue