提交 e17a1b29 编写于 作者: E EC2 Default User

Minor Refactoring

上级 1c78a20b
......@@ -7,9 +7,7 @@ module.exports = () => {
let query = $(this).val ();
let re = new RegExp (query, 'i');
if (query) $('#footer').hide ();
else $('#footer').show ();
query ? $('#footer').hide () : $('#footer').show ();
$.each ($('#list .category'), function (i, c) {
let $c = $(c);
!$c.hasClass ('open') && $c.click ();
......@@ -32,4 +30,4 @@ module.exports = () => {
return !$(this).children (':visible').length;
}).hide ();
});
};
\ No newline at end of file
};
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册