js tweaks
This commit is contained in:
parent
8dcea06077
commit
7006b55818
4 changed files with 34 additions and 38 deletions
|
@ -201,7 +201,5 @@ var AIRTIME = (function(AIRTIME){
|
|||
}(AIRTIME || {}));
|
||||
|
||||
$(document).ready(function() {
|
||||
var parent = $("#show_builder"), fn = getPanTextFunctions();
|
||||
parent.on("mouseenter", ".tab-name", fn.mousein);
|
||||
parent.on("mouseleave", ".tab-name", fn.mouseout);
|
||||
setupTextScrolling($("#show_builder"), ".tab-name");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue