remove the js files

we don't need those currently
This commit is contained in:
Andreas Zweili 2017-01-06 12:19:27 +01:00
parent 64f956d38c
commit 7ad5848530
2 changed files with 0 additions and 15 deletions

View File

@ -1,11 +0,0 @@
var isPopped = false;
$("#series-wrapper").css("top", -120);
$("#series").click(function(){
if(!isPopped){
$("#series-wrapper").animate({top:"55px"},500);
isPopped = true;
}else{
$("#series-wrapper").animate({top:"-120px"},500);
isPopped= false;
}
});

File diff suppressed because one or more lines are too long