mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-22 22:58:08 +00:00
Changing my tabs to spaces :)
This commit is contained in:
parent
75dc3a71b7
commit
1772de2531
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ $.fn.ready(function() {
|
|||
|
||||
$("#menu").click(function(){
|
||||
$("#links").toggle();
|
||||
if ($('#content').hasClass('opacity03')) {
|
||||
$('#content').removeClass('opacity03');
|
||||
}
|
||||
if ($('#content').hasClass('opacity03')) {
|
||||
$('#content').removeClass('opacity03');
|
||||
}
|
||||
});
|
||||
|
||||
/* ==========================================================================
|
||||
|
|
Loading…
Reference in a new issue