General <taskMeta:> component for handling charts, edit, and whatever
else might come along
This commit is contained in:
@@ -240,7 +240,7 @@ ready (model) ->
|
||||
# Derby extends model.at to support creation from DOM nodes
|
||||
model.at(e.target).remove()
|
||||
|
||||
exports.toggleEdit = (e, el) ->
|
||||
exports.toggleMeta = (e, el) ->
|
||||
selector = $(el).attr('data-selector')
|
||||
if selector.charAt(0) == '$'
|
||||
selector = '\\' + selector
|
||||
|
||||
Reference in New Issue
Block a user