mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-28 06:21:32 +08:00
Now filters all icon categories.
This commit is contained in:
parent
a98feeee71
commit
d87208f277
@ -8,7 +8,7 @@ $(function() {
|
|||||||
if($('#filter-by').length) {
|
if($('#filter-by').length) {
|
||||||
var $filter_val = $('#filter-val');
|
var $filter_val = $('#filter-val');
|
||||||
var $filter = $('#filter');
|
var $filter = $('#filter');
|
||||||
var $other = $('#new, #web-application, #form-control, #medical, #currency, #text-editor, #directional, #video-player, #brand');
|
var $other = $('#new, #web-application, #form-control, #medical, #currency, #text-editor, #directional, #video-player, #brand, #file-type, #spinner, #payment, #chart');
|
||||||
var $clear = $('#filter-clear');
|
var $clear = $('#filter-clear');
|
||||||
|
|
||||||
var $icons = $('.filter-icon', $filter);
|
var $icons = $('.filter-icon', $filter);
|
||||||
|
Loading…
Reference in New Issue
Block a user