* Fix error in automatic podcast ingest

* Switch from text-scrolling to using title attributes to display overflowing text strings
This commit is contained in:
Duncan Sommerville 2015-10-19 12:57:18 -04:00
parent 14104a93ae
commit be3a3fbd9f
5 changed files with 26 additions and 9 deletions

View file

@ -162,7 +162,7 @@ $(document).ready(function () {
});
};
$("#recent_uploads").textScroll("td");
$("#recent_uploads").addTitles("td");
self.isRecentUploadsRefreshTimerActive = false;