forcing post; certain web servers will not accept URIs that are too long.
This commit is contained in:
parent
17ebfb5a4b
commit
efdfa015ad
|
@ -12,7 +12,8 @@
|
|||
},
|
||||
'data': {'name' : name,
|
||||
'src' : code },
|
||||
'dataType': 'json'
|
||||
'dataType': 'json',
|
||||
'type' : 'post'
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user