mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
minify
This commit is contained in:
parent
60fa4ab4e8
commit
1ae495c2d2
2 changed files with 2 additions and 2 deletions
|
|
@ -899,7 +899,7 @@ function get_by_id(id) {
|
||||||
|
|
||||||
jQuery(function($){
|
jQuery(function($){
|
||||||
// display popup menu that contains member actions and document actions
|
// display popup menu that contains member actions and document actions
|
||||||
$(document).on('click touchstart', function(evt) {
|
$(document).on('click', function(evt) {
|
||||||
var $area = $('#popup_menu_area');
|
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;z-index:9999" />').appendTo(document.body);
|
||||||
|
|
||||||
|
|
|
||||||
2
common/js/xe.min.js
vendored
2
common/js/xe.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue