* Fix error in automatic podcast ingest
* Switch from text-scrolling to using title attributes to display overflowing text strings
This commit is contained in:
parent
14104a93ae
commit
be3a3fbd9f
5 changed files with 26 additions and 9 deletions
|
@ -339,7 +339,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
$(document).ready(function() {
|
||||
// Add text scrolling to tab names
|
||||
$("#show_builder").textScroll(".tab-name");
|
||||
$("#show_builder").addTitles(".tab-name");
|
||||
// Initialize the ScheduleTab
|
||||
AIRTIME.tabs.initScheduleTab();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue