]> arthur.barton.de Git - netdata.git/commitdiff
jquery 3.0 compatibility; fixes #962
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 16 Sep 2016 11:22:34 +0000 (14:22 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 16 Sep 2016 11:22:34 +0000 (14:22 +0300)
web/dashboard.js

index 1e0410070cfcfcebc018bf8575086c148787924c..cd18619311c892357c183480c52ff7b0abf516bc 100644 (file)
             dataType: "script",
             xhrFields: { withCredentials: true } // required for the cookie
         })
-        .success(function() {
+        .done(function() {
             if(NETDATA.options.debug.main_loop === true)
                 console.log('loaded ' + NETDATA.requiredJs[index].url);