Progress and cleanup code
This commit is contained in:
@@ -55,14 +55,3 @@ App.SectionTableView = Ember.View.extend DragNDrop.Draggable,
|
||||
@$el.on 'click', =>
|
||||
# duplication of .table-actions because variable gets unshadowed
|
||||
@$('.table-actions').toggle() if @$el.hasClass('occupied') and not @get('controller.editmode')
|
||||
#@$el.qtip
|
||||
#content:
|
||||
#text: content
|
||||
#title: title.html()
|
||||
#style:
|
||||
#classes: 'qtip-wiki qtip-light qtip-shadow'
|
||||
#show: 'click'
|
||||
#hide:
|
||||
#fixed: true
|
||||
#delay: 500
|
||||
#prerender: true
|
||||
|
||||
Reference in New Issue
Block a user