mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fire document onclick event when you close the layer (#442)
This commit is contained in:
parent
9b4311e63c
commit
6d964a5b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<section id="tmpPageSizeLayer" class="x_modal x wgs" hidden>
|
||||
<button type="button" class="x_close" data-hide=".wgs, .x_modal-backdrop, .jPicker.Container">×</button>
|
||||
<button type="button" class="x_close" data-hide=".wgs, .x_modal-backdrop" onclick="$(document).trigger('click');">×</button>
|
||||
<form action="index.php">
|
||||
<div class="x_modal-header">
|
||||
<h1>{$lang->cmd_widget_size}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue