* Fix bug #20458,20369,20140,20373.

This commit is contained in:
tanghucheng
2022-03-09 10:20:46 +08:00
parent c753960b31
commit 2d3c8464d3
8 changed files with 10 additions and 4 deletions
+3
View File
@@ -96,8 +96,11 @@
</table>
</form>
</div>
<?php $html = '<div class="divider"></div><button id="closeModal" type="button" class="btn btn-link" data-dismiss="modal"><i class="icon icon-close"></i></button>';?>
<script>
$('#mainContent .main-header .pull-right.btn-toolbar').append(<?php echo json_encode($html)?>);
var $form = $('#todoBatchAddForm').on('change', '.control-time-switch', function()
{
var $checkbox = $(this);