aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-08-12 16:42:03 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-08-12 16:42:27 +0200
commit8fcb46a50cda99df2d35e4ecf93425c011ce96cd (patch)
tree36a9931982d874fe2583b236a8496145411285aa /sonar-server
parent27021a92695750e52ccaed322b56c43e4c461eee (diff)
downloadsonarqube-8fcb46a50cda99df2d35e4ecf93425c011ce96cd.tar.gz
sonarqube-8fcb46a50cda99df2d35e4ecf93425c011ce96cd.zip
Remmove bad JS comma
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb2
1 files changed, 1 insertions, 1 deletions
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"