From: Simon Brandhof Date: Mon, 12 Aug 2013 14:42:03 +0000 (+0200) Subject: Remmove bad JS comma X-Git-Tag: 3.7.1-RC1-~124 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8fcb46a50cda99df2d35e4ecf93425c011ce96cd;p=sonarqube.git Remmove bad JS comma --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb index dd951d22941..d1867df0cc8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb @@ -7,7 +7,7 @@ { $j('#error<%=widget.id-%>').text(request.responseText); $j('#error<%=widget.id-%>').show(); - }, + } }); return false;" method="post"