diff --git a/settings/js/apps.js b/settings/js/apps.js
index 4018f40861dc91aa72969bc9b512231635bb807b..2539982be83c276bd1524643eec1e2f730a65136 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -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');