]> source.dussan.org Git - sonarqube.git/commitdiff
Remmove bad JS comma
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 12 Aug 2013 14:42:03 +0000 (16:42 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 12 Aug 2013 14:42:27 +0000 (16:42 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb

index dd951d229419ac44ca780d4e58c42b87300483e2..d1867df0cc893a833bfbf9eec9f999a084144c78 100644 (file)
@@ -7,7 +7,7 @@
                         {
                                 $j('#error<%=widget.id-%>').text(request.responseText);
                                 $j('#error<%=widget.id-%>').show();
-                                },
+                        }
                 });
         return false;"
          method="post"