mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-17 15:05:34 +00:00
Added custom find for playlist
This commit is contained in:
@@ -6,8 +6,11 @@ function admin()
|
||||
adminTogg = !adminTogg;
|
||||
if(adminTogg)
|
||||
|
||||
if(adminTogg) $("#playlist").height($("#player").height()-270+30); //opening
|
||||
if(!adminTogg)$("#playlist").height($("#player").height()+30);; //closing
|
||||
if(find) extraHeight = 0;
|
||||
else extraHeight = 30;
|
||||
|
||||
if(adminTogg) $("#playlist").height($("#player").height()-270+extraHeight); //opening
|
||||
if(!adminTogg)$("#playlist").height($("#player").height()+extraHeight);; //closing
|
||||
|
||||
$("#adminPanel").toggleClass("hiddenAdmin");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user