From c250b3a8c6c183e148483ee64385759bda460404 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 20 Sep 2014 12:25:25 +0200 Subject: [PATCH] don't use . --- static/js/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/filter.js b/static/js/filter.js index b8922fdd4..c50258b6e 100644 --- a/static/js/filter.js +++ b/static/js/filter.js @@ -253,7 +253,7 @@ pandora.ui.filter = function(id) { } } }) - .appendTo(that.$bar.$element); + .appendTo(that.$bar); Ox.UI.SCROLLBAR_SIZE < 16 && $($menu.find('input')[0]).css({ marginRight: '-3px', marginTop: '1px',