Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Tools / GardeningServer / scripts / treestatus.js
index 7d6d5ce..d6cfadc 100644 (file)
@@ -36,7 +36,7 @@ treestatus.urlByName = function(name) {
 }
 
 treestatus.fetchTreeStatus = function(statusURL, resultSpan) {
-    net.get(statusURL, function(statusJSON) {
+    net.json(statusURL, function(statusJSON) {
         if (statusJSON.can_commit_freely)
             resultSpan.textContent = "OPEN";
         else