]> source.dussan.org Git - sonarqube.git/commitdiff
fix WS call on the update center page
authorStas Vilchik <vilchiks@gmail.com>
Thu, 30 Jun 2016 13:11:16 +0000 (15:11 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 30 Jun 2016 13:11:24 +0000 (15:11 +0200)
server/sonar-web/src/main/js/apps/update-center/plugin.js

index 761745b8270188917f91aa924fb4688d69324611..2ce204d5527bc1c0816753ef67ca02a69cdfefec 100644 (file)
@@ -44,9 +44,6 @@ export default Backbone.Model.extend({
     const opts = _.extend({}, options, {
       type: 'POST',
       data: { key: this.id },
-      beforeSend () {
-        // disable global ajax notifications
-      },
       success () {
         options.success(that);
       },