.
This commit is contained in:
@ -196,12 +196,12 @@
|
||||
function showRightPopup(state) {
|
||||
if (state) {
|
||||
$('#content').css('overflow', 'hidden');
|
||||
$("#mask_bg").show();
|
||||
showmaskbg(true);
|
||||
$("#right_popup").css("left", $("#set_left").width()).show();
|
||||
}
|
||||
else {
|
||||
$('#content').css('overflow', '');
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
$("#right_popup").hide();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user