forked from leftypol/leftypol
toggle-locked-threads.js: fix for awesome font
This commit is contained in:
parent
da1b7d087e
commit
c8bb96f0cf
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@ $(document).ready(function(){
|
|||
.click(function() {
|
||||
hide_locked_threads = !hide_locked_threads;
|
||||
if (hide_locked_threads) {
|
||||
$('img.icon[title="Locked"]').each(function() {
|
||||
$('img.icon[title="Locked"], i.icon-lock.icon').each(function() {
|
||||
hideLockedThread(getThreadFromIcon($(this)));
|
||||
});
|
||||
localStorage.hidelockedthreads = true;
|
||||
} else {
|
||||
$('img.icon[title="Locked"]').each(function() {
|
||||
$('img.icon[title="Locked"], i.icon-lock.icon').each(function() {
|
||||
restoreLockedThread(getThreadFromIcon($(this)));
|
||||
});
|
||||
delete localStorage.hidelockedthreads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue