mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Merge pull request #173 from misol/improvement/charge-with-something
신고/계정 거부에 이유를 적을 수 있게 하는 PR
This commit is contained in:
commit
6b263844ad
38 changed files with 887 additions and 138 deletions
|
|
@ -945,7 +945,7 @@ jQuery(function($){
|
|||
// display popup menu that contains member actions and document actions
|
||||
$(document).on('click', function(evt) {
|
||||
var $area = $('#popup_menu_area');
|
||||
if(!$area.length) $area = $('<div id="popup_menu_area" tabindex="0" style="display:none;z-index:9999" />').appendTo(document.body);
|
||||
if(!$area.length) $area = $('<div id="popup_menu_area" tabindex="0" style="display:none;" />').appendTo(document.body);
|
||||
|
||||
// 이전에 호출되었을지 모르는 팝업메뉴 숨김
|
||||
$area.hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue