From 08cf80aa02fea8c811f408eb452d0e78d67604a9 Mon Sep 17 00:00:00 2001 From: Awais-cb Date: Wed, 26 Jul 2017 19:29:38 +0500 Subject: [PATCH] Modified: fixed social beast bugs --- upload/plugins/social_beast/admin/links.html | 2 +- upload/plugins/social_beast/ajax.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/upload/plugins/social_beast/admin/links.html b/upload/plugins/social_beast/admin/links.html index 4c078cf2..74bec29c 100644 --- a/upload/plugins/social_beast/admin/links.html +++ b/upload/plugins/social_beast/admin/links.html @@ -134,7 +134,7 @@ data:form_fields, success: function(result){ - $("#honey_config_msg").html("
"+result+"
"); + $("#honey_config_msg").html("
"+"Your social links has been updated!"+result+"
"); $('#honey_config_msg').fadeIn("slow"); }}); }); diff --git a/upload/plugins/social_beast/ajax.php b/upload/plugins/social_beast/ajax.php index 3fc541db..45c4a598 100644 --- a/upload/plugins/social_beast/ajax.php +++ b/upload/plugins/social_beast/ajax.php @@ -13,6 +13,8 @@ if (!empty($link)) { $vals[] = $link; + }else{ + $vals[] = ""; } }