From d1b715bfd572f5554181cf6e9ce29e24ac2f8ff3 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 30 Jun 2016 15:11:16 +0200 Subject: [PATCH] fix WS call on the update center page --- server/sonar-web/src/main/js/apps/update-center/plugin.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/update-center/plugin.js b/server/sonar-web/src/main/js/apps/update-center/plugin.js index 761745b8270..2ce204d5527 100644 --- a/server/sonar-web/src/main/js/apps/update-center/plugin.js +++ b/server/sonar-web/src/main/js/apps/update-center/plugin.js @@ -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); }, -- 2.39.5