CC-3360 : timeline css
This commit is contained in:
parent
7ab0289d12
commit
f1d76443ab
3 changed files with 5 additions and 9 deletions
|
@ -335,10 +335,10 @@ var AIRTIME = (function(AIRTIME) {
|
|||
});
|
||||
|
||||
//calculate dynamically width for the library search input.
|
||||
libLength = libContentDiv.find("#library_display_length");
|
||||
libType = libContentDiv.find("#library_display_type");
|
||||
libFilter = libContentDiv.find("#library_display_filter");
|
||||
libFilter.find("input").width(libFilter.width() - libType.width() - libLength.width() - 80);
|
||||
//libLength = libContentDiv.find("#library_display_length");
|
||||
//libType = libContentDiv.find("#library_display_type");
|
||||
//libFilter = libContentDiv.find("#library_display_filter");
|
||||
//libFilter.find("input").width(libFilter.width() - libType.width() - libLength.width() - 80);
|
||||
|
||||
checkImportStatus();
|
||||
setInterval( checkImportStatus, 5000 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue