fix leading decimal Scrutinizer coding style issue

This commit is contained in:
Jan-Christoph Borchardt 2014-06-05 10:52:06 +02:00
parent e186871996
commit 218131d30d
1 changed files with 3 additions and 3 deletions

View File

@ -270,11 +270,11 @@ OC.Settings.Apps = OC.Settings.Apps || {
// draw attention to the newly added app entry
// by flashing it twice
$('#header .menutoggle')
.animate({opacity: .5})
.animate({opacity: 0.5})
.animate({opacity: 1})
.animate({opacity: .5})
.animate({opacity: 0.5})
.animate({opacity: 1})
.animate({opacity: .75});
.animate({opacity: 0.75});
if (!SVGSupport() && entry.icon.match(/\.svg$/i)) {
$(img).addClass('svg');