From 4c12a6ad164f224f632b8e4b921ee9fd018c28de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 30 Jul 2013 15:01:31 +0200 Subject: [PATCH] Fixed indentation --- setup/scripts.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/setup/scripts.js b/setup/scripts.js index c8afe52cf0..754f879e8d 100644 --- a/setup/scripts.js +++ b/setup/scripts.js @@ -186,16 +186,16 @@ function ajaxValidate(parent, id, values) // $(function () { - $('.userprefs-allow').click(function (e) { - if (this != e.target) { - return; - } - var el = $(this).find('input'); - if (el.prop('disabled')) { - return; - } - el.prop('checked', !el.prop('checked')); - }); + $('.userprefs-allow').click(function (e) { + if (this != e.target) { + return; + } + var el = $(this).find('input'); + if (el.prop('disabled')) { + return; + } + el.prop('checked', !el.prop('checked')); + }); }); //