aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
index 9ef0f8ba55d..b19a33736ed 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
@@ -178,14 +178,14 @@
</tbody>
</table>
</div>
- <% else
+ <% else
help = category_help(@category)
unless help.blank?
-%>
<div class="help marginbottom10" style="margin-left: -1px">
<%= help -%>
</div>
- <% end
+ <% end
end
-%>
@@ -196,7 +196,7 @@
<script>
- $j(document)
+ $j('#properties > form')
.on('click', '.delete', function () {
$j(this).parents('.multi_value').remove();
return false;