mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 18:30:17 +01:00
Changing my tabs to spaces :)
This commit is contained in:
parent
75dc3a71b7
commit
1772de2531
@ -9,9 +9,9 @@ $.fn.ready(function() {
|
|||||||
|
|
||||||
$("#menu").click(function(){
|
$("#menu").click(function(){
|
||||||
$("#links").toggle();
|
$("#links").toggle();
|
||||||
if ($('#content').hasClass('opacity03')) {
|
if ($('#content').hasClass('opacity03')) {
|
||||||
$('#content').removeClass('opacity03');
|
$('#content').removeClass('opacity03');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user