删除一处无用代码

This commit is contained in:
kokororin 2017-07-16 19:57:13 +08:00
parent 30218f0efe
commit 5ff25807a0
2 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,7 @@
* 修复旧版本升级错误的提示,自动更新数据表结构
* 使用ipip.net离线数据库
* 日志写入支持前端写入或后端写入
* 日志筛选支持按ip或文章标题
* 日志筛选支持按ip、文章标题、路由进行过滤
### 使用须知

View File

@ -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();