🐛 clear-store: make button visible, maybe
This commit is contained in:
parent
d7dfdba8dd
commit
89ef621228
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
const $leftNav = $('.subnav-wrapper .container .left');
|
const $leftNav = $('.subnav-wrapper .container .left');
|
||||||
const $found = $leftNav.find('.clear-store');
|
const $found = $leftNav.find('.clear-store');
|
||||||
if (!$found.length) {
|
if (!$found.length) {
|
||||||
$leftNav.append('<span class="filter-dropdown toggle-simple-progress clear-store" title="Clear Storage"><span class="icon trakt-icon-cancel"></span></span>')
|
$leftNav.append('<span class="filter-dropdown toggle-simple-progress clear-store" title="Clear Storage"><span class="icon trakt-icon-cancel"></span>X</span>')
|
||||||
.find('.clear-store').on('click', clearStorage);
|
.find('.clear-store').on('click', clearStorage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue