CC-3360 : timeline css
mistyped selector.
This commit is contained in:
parent
8af4f052e0
commit
13bbdc327e
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
$("#show_builder .fg-toolbar")
|
||||
.append('<div class="ColVis TableTools sb_delete"><button class="ui-button ui-state-default ui-state-disabled"><span>Delete</span></button></div>')
|
||||
.find('sb_delete')
|
||||
.find('.sb_delete')
|
||||
.click(fnRemoveSelectedItems)
|
||||
.end();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue