Don't use bare fractions

This commit is contained in:
YuviPanda 2014-09-13 18:37:10 +01:00
parent 4a3bea1928
commit 601cfc380f

View file

@ -374,7 +374,7 @@ $(function() {
});
chan.css({
transition: "none",
opacity: .4
opacity: 0.4
});
return false;
});