mirror of
https://github.com/tursom/typecho-plugin-Access.git
synced 2024-12-28 05:40:40 +08:00
访问日志按路由筛选功能 Bug 修复
访问日志筛选功能,选择“按路由”后再选择其它类型,路由 input 不消失
This commit is contained in:
parent
83e1332822
commit
dd2fae63e8
@ -337,6 +337,7 @@ $(document).ready(function() {
|
||||
$filterSelect.on('change', function() {
|
||||
$ipInput.removeAttr('placeholder').val('').hide();
|
||||
$cidSelect.hide();
|
||||
$pathInput.removeAttr('placeholder').val('').hide();
|
||||
|
||||
switch ($filterSelect.val()) {
|
||||
case 'ip':
|
||||
|
Loading…
Reference in New Issue
Block a user