Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -rc8bff498daa078e43ee7e34b7e9680c086d6954d -r7a539d62c5ee27a10d54a9aac05bcac6667bec0d --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision c8bff498daa078e43ee7e34b7e9680c086d6954d) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 7a539d62c5ee27a10d54a9aac05bcac6667bec0d) @@ -488,13 +488,13 @@ $(function() { - var queryString; + var queryString = null; $.getJSON("request.json", function (reqdata) { console.log(reqdata.query.bool.filter[0].bool.should[0].match["beat.hostname"]); reqdata.query.bool.filter[0].bool.should[0].match["beat.hostname"] = "9eb75e7e6e3e"; - queryString = reqdata; - console.log(JSON.stringify(queryString)); + queryString = JSON.stringify(reqdata); + console.log(queryString); }); var url = "";