Modified: fixed social beast bugs
This commit is contained in:
parent
8c0ad8806e
commit
08cf80aa02
2 changed files with 3 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
data:form_fields,
|
||||
success: function(result){
|
||||
|
||||
$("#honey_config_msg").html("<div class='alert alert-success'>"+result+"</div>");
|
||||
$("#honey_config_msg").html("<div class='alert alert-success'>"+"Your social links has been updated!"+result+"</div>");
|
||||
$('#honey_config_msg').fadeIn("slow");
|
||||
}});
|
||||
});
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
if (!empty($link)) {
|
||||
$vals[] = $link;
|
||||
}else{
|
||||
$vals[] = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue