// again sorry
This commit is contained in:
@@ -44,7 +44,7 @@ $('document').ready(function(){
|
||||
$.ajax({
|
||||
{/literal}url: "{$module_dir}sendtoafriend_ajax.php",{literal}
|
||||
type: "POST",
|
||||
headers: { "cache-control": "no-cache" },
|
||||
headers: {"cache-control": "no-cache"},
|
||||
data: {action: 'sendToMyFriend', secure_key: '{/literal}{$stf_secure_key}{literal}', friend: JSON.stringify(datas)},{/literal}{literal}
|
||||
dataType: "json",
|
||||
success: function(result){
|
||||
|
||||
Reference in New Issue
Block a user