From: Fabrice Bellingard Date: Thu, 27 Sep 2012 15:31:17 +0000 (+0200) Subject: SONAR-3723 Remove useless code X-Git-Tag: 3.3~184 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=54a9cb8008efb89cfd6d85a9e8bde79e0c7a0518;p=sonarqube.git SONAR-3723 Remove useless code --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb index 3b20e306445..3aef3b645bd 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb @@ -24,7 +24,6 @@ module PropertiesHelper text_field_tag key, value, {:size => 25}.update(options) elsif type==PropertyType::TYPE_TEXT - #text_area_tag key, value, {:size => '120x6'}.update(options) text_area_tag key, value, {:rows => '6', :style => 'width: 100%'}.update(options) elsif type==PropertyType::TYPE_PASSWORD