CC-3360 : timeline css

mistyped selector.
This commit is contained in:
Naomi Aro 2012-03-23 01:56:56 +01:00
parent 8af4f052e0
commit 13bbdc327e
1 changed files with 1 additions and 1 deletions

View File

@ -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();