Removed d&d for overviews.

This commit is contained in:
Martin Edenhofer 2017-01-14 06:22:08 +01:00
parent 1d3f5006ed
commit b1e7c30178
2 changed files with 4 additions and 8 deletions

View file

@ -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

View file

@ -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