aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-16 14:50:08 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-16 14:50:08 -0800
commit214ef3dd0ba3cce94edaccc5170ee5fe435ebc38 (patch)
tree567b905e16672f374533a5b40e71369ee7ff2933 /share
parent406c8a6d1e4ba5bc1a8ca8876cf00ce459d4049a (diff)
Formatting
Diffstat (limited to 'share')
-rw-r--r--share/tools/web_config/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/tools/web_config/index.html b/share/tools/web_config/index.html
index c33be91a..22cd4705 100644
--- a/share/tools/web_config/index.html
+++ b/share/tools/web_config/index.html
@@ -404,7 +404,7 @@ function run_get_request_with_bulk_handler(url, handler) {
$.ajax({
type: "GET",
url: url,
- dataType: "text",
+ dataType: "text",
success: function(data){
$('#global_error').text('')
handler($.parseJSON(data))
@@ -427,7 +427,7 @@ function run_post_request(url, data_map, handler) {
$.ajax({
type: "POST",
url: url,
- dataType: "text",
+ dataType: "text",
data: data_map,
success: function(data){
$('#global_error').text('')