Fix save article button action (#2823)
This commit is contained in:
parent
66ddcbca02
commit
571c907ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ function reactToReadingListButtonClick(event) {
|
|||
function renderButtonState(button, json) {
|
||||
if (json.result === 'create') {
|
||||
button.classList.add('selected');
|
||||
addHoverEffectToReadingListButton(button);
|
||||
addHoverEffectToReadingListButtons(button);
|
||||
} else {
|
||||
button.classList.remove('selected');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue