* Fix track number bug in analyzer

* Move library search bar out of header
This commit is contained in:
Duncan Sommerville 2015-09-16 17:50:21 -04:00
parent dc840bf25f
commit a78a0d0cc8
3 changed files with 7 additions and 22 deletions

View file

@ -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);