From 8131e9e92ca7db82a1db47f81e6dce1d5b907764 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Thu, 16 Jun 2011 19:06:49 +0200 Subject: [PATCH] Just beautification Signed-off-by: Florian Aders (EleRas) --- templates/Froxlor/js/froxlor.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/Froxlor/js/froxlor.js b/templates/Froxlor/js/froxlor.js index 03d99fcd..35516ddc 100644 --- a/templates/Froxlor/js/froxlor.js +++ b/templates/Froxlor/js/froxlor.js @@ -29,11 +29,9 @@ $(document).ready(function() { $(this).children(':first-child').css("-webkit-border-bottom-left-radius", "20px"); $(this).children(':first-child').css("-moz-border-radius-bottomleft", "20px"); $(this).children(':first-child').css("border-bottom-left-radius", "20px"); - }, - function() { + }, function() { $(this).children().css("background-color", "#f5f5f5"); - } - ); + }); } // Auto-select next field in configfile - wizard