js fix
This commit is contained in:
parent
43d391dd42
commit
b384f74cf5
1 changed files with 0 additions and 3 deletions
3
public/dist/gnous.js
vendored
3
public/dist/gnous.js
vendored
|
@ -1,5 +1,3 @@
|
|||
<script type="text/javascript">
|
||||
|
||||
$("#libriste").click(function(){
|
||||
$(".columns").fadeOut(300);
|
||||
$(".closed").fadeOut(300);
|
||||
|
@ -10,4 +8,3 @@ $("#alltype").click(function(){
|
|||
$(".columns").fadeOut(300,function(){$(".libre").show(); $(".closed").show()});
|
||||
$(".columns").fadeIn(300);
|
||||
});
|
||||
</script>
|
Loading…
Reference in a new issue