Browse code

bugfix 20160204

Jeff Owrey authored on 02/04/2016 22:49:40
Showing 1 changed files
... ...
@@ -155,7 +155,7 @@ function getRadmonData() {
155 155
             displayData(dataArray[0]);
156 156
         }
157 157
     };
158
-    httpRequest.open("GET", radmonDataUrl, true);
158
+    httpRequest.open("POST", radmonDataUrl, true);
159 159
     httpRequest.send();
160 160
 }
161 161