@@ -158,10 +158,15 @@ function mastercheck(that){
success:function(a){
layx.destroy('loadId');
if (a && a.success) {
- $(".ts p").html(a.msg);
+ $(".ts p").html(a.msg);
$(".ts").fadeIn();
setTimeout('searchspan(2)', 900);
}
+ if (a && !a.success) {
+ $(".ts").fadeIn();
+
+ }
})