From 4b3f852a009a1582b40250e9c78cb412d7523936 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 27 Apr 2018 09:59:16 -0700 Subject: wip filter ui --- static/ui.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static/ui.js') diff --git a/static/ui.js b/static/ui.js index 0cf37e5..0c60630 100644 --- a/static/ui.js +++ b/static/ui.js @@ -576,10 +576,11 @@ function boot() { App.items.reboot(); }); - $('.logo').on('click', function() { - App.set('feedFilter', undefined); - App.items.reboot(); - }); +// $('.logo').on('click', function() { + // App.set('feedFilter', undefined); + // App.items.reboot(); + +// }); // keyboard shortcuts $('body').keydown(function(event) { -- cgit v1.2.3