From 64cfb60c10462c71ba6b1818ebb9ade42ac542de Mon Sep 17 00:00:00 2001 From: Michal Kolodziejski Date: Thu, 11 Jun 2015 11:04:26 +0200 Subject: [PATCH] Fixed several formatting issues --- indico/htdocs/js/indico/RegistrationForm/section.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/indico/htdocs/js/indico/RegistrationForm/section.js b/indico/htdocs/js/indico/RegistrationForm/section.js index aff06c55e..d34604f2e 100644 --- a/indico/htdocs/js/indico/RegistrationForm/section.js +++ b/indico/htdocs/js/indico/RegistrationForm/section.js @@ -686,7 +686,7 @@ ndRegForm.directive("ndSocialEventSection", function() { index:'caption', align: 'center', width:140, - editoptions:{size:"25",maxlength:"50"}, + editoptions: {size: "25", maxlength: "50"}, editable: true, edittype: "text" }, @@ -700,13 +700,13 @@ ndRegForm.directive("ndSocialEventSection", function() { edittype:'bool_select' }, { - name:'price', - index:'price', + name: 'price', + index: 'price', align: 'center', - width:50, + width: 50, editable: true, edittype: "text", - editoptions:{size:"7",maxlength:"20"} + editoptions: {size: "7", maxlength: "20"}, }, { name:'placesLimit', -- 2.11.4.GIT