mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Don't use bare fractions
This commit is contained in:
parent
4a3bea1928
commit
601cfc380f
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
chan.css({
|
chan.css({
|
||||||
transition: "none",
|
transition: "none",
|
||||||
opacity: .4
|
opacity: 0.4
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue