1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-07 02:30:12 -05:00

Changing my tabs to spaces :)

This commit is contained in:
Jay Sitter 2014-10-31 15:38:25 -04:00
parent 75dc3a71b7
commit 1772de2531

View File

@ -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');
}
});
/* ==========================================================================