devtools: Make http headers "{}" by default in the integrations tool.

This commit is contained in:
Hemanth V. Alluri
2019-05-21 09:08:58 +05:30
committed by Tim Abbott
parent c47521401f
commit 0e88a368de

View File

@@ -18,7 +18,7 @@ var clear_handlers = {
integration_name: function () { $('#integration_name').children()[0].selected = true; },
fixture_name: function () { $('#fixture_name').empty(); },
fixture_body: function () { $("#fixture_body")[0].value = ""; },
custom_http_headers: function () { $("#custom_http_headers")[0].value = ""; },
custom_http_headers: function () { $("#custom_http_headers")[0].value = "{}"; },
results: function () { $("#idp-results")[0].value = ""; },
};