mirror of
https://github.com/tursom/typecho-plugin-Access.git
synced 2025-01-14 22:30:16 +08:00
删除一处无用代码
This commit is contained in:
parent
30218f0efe
commit
5ff25807a0
@ -13,7 +13,7 @@
|
||||
* 修复旧版本升级错误的提示,自动更新数据表结构
|
||||
* 使用ipip.net离线数据库
|
||||
* 日志写入支持前端写入或后端写入
|
||||
* 日志筛选支持按ip或文章标题
|
||||
* 日志筛选支持按ip、文章标题、路由进行过滤
|
||||
|
||||
### 使用须知
|
||||
|
||||
|
@ -334,10 +334,6 @@ $(document).ready(function() {
|
||||
var $pathInput = $form.find('input[name="path"]');
|
||||
var $filterSelect = $form.find('select[name="filter"]');
|
||||
|
||||
var hideInactive = function () {
|
||||
|
||||
};
|
||||
|
||||
$filterSelect.on('change', function() {
|
||||
$ipInput.removeAttr('placeholder').val('').hide();
|
||||
$cidSelect.hide();
|
||||
|
Loading…
Reference in New Issue
Block a user