-removed unused code
This commit is contained in:
parent
3c3b39796d
commit
e30d3b770c
|
@ -1087,13 +1087,6 @@ var AIRTIME = (function(AIRTIME){
|
||||||
$ch.removeAttr("disabled");
|
$ch.removeAttr("disabled");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$sbContent.on("mouseleave", ".btn-group #timeline-select", function(ev) {
|
|
||||||
$el = $(this).parent();
|
|
||||||
|
|
||||||
if (!$el.hasClass("ui-state-disabled")) {
|
|
||||||
$el.removeClass("ui-state-hover");
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
//begin context menu initialization.
|
//begin context menu initialization.
|
||||||
|
|
Loading…
Reference in New Issue