|
@@ -2591,7 +2591,7 @@
|
|
|
$("#layer_review_best").css("display", "inline-block")
|
|
$("#layer_review_best").css("display", "inline-block")
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- }, 500);
|
|
|
|
|
|
|
+ }, 400);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2895,6 +2895,13 @@
|
|
|
if( -1 < location.hash.indexOf("#hsSpop")){
|
|
if( -1 < location.hash.indexOf("#hsSpop")){
|
|
|
history.back();
|
|
history.back();
|
|
|
}
|
|
}
|
|
|
|
|
+ setTimeout(function() {
|
|
|
|
|
+ if( "#hspop_rv" == location.hash ){
|
|
|
|
|
+ if("none" == $(".pd_review_pop").css("display")){
|
|
|
|
|
+ $(".pd_review_pop").css("display", "inline-block");
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }, 400);
|
|
|
}
|
|
}
|
|
|
//return false;
|
|
//return false;
|
|
|
});
|
|
});
|
|
@@ -2909,6 +2916,13 @@
|
|
|
if( -1 < location.hash.indexOf("#hsSpop")){
|
|
if( -1 < location.hash.indexOf("#hsSpop")){
|
|
|
history.back();
|
|
history.back();
|
|
|
}
|
|
}
|
|
|
|
|
+ setTimeout(function() {
|
|
|
|
|
+ if( "#hspop_rv" == location.hash ){
|
|
|
|
|
+ if("none" == $(".pd_review_pop").css("display")){
|
|
|
|
|
+ $(".pd_review_pop").css("display", "inline-block");
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }, 400);
|
|
|
}
|
|
}
|
|
|
//return false;
|
|
//return false;
|
|
|
});
|
|
});
|