* Fix track number bug in analyzer
* Move library search bar out of header
This commit is contained in:
parent
dc840bf25f
commit
a78a0d0cc8
3 changed files with 7 additions and 22 deletions
|
@ -255,7 +255,10 @@ var AIRTIME = (function(AIRTIME) {
|
|||
var $toolbar = $(".lib-content .fg-toolbar:first");
|
||||
|
||||
mod.createToolbarButtons();
|
||||
mod.moveSearchBarToHeader();
|
||||
//mod.moveSearchBarToHeader();
|
||||
$("#advanced_search").click(function(e) {
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
||||
if (localStorage.getItem('user-type') != 'G') {
|
||||
$toolbar.append($menu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue