mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Updates
This commit is contained in:
parent
837e22cc9a
commit
69457c1c8e
1 changed files with 4 additions and 2 deletions
|
@ -214,8 +214,10 @@ function createFilterButtons() {
|
|||
buttons += '</div>';
|
||||
|
||||
$('#userNotificationsFilterButtons').empty();
|
||||
$('#userNotificationsFilterButtons').append(buttons);
|
||||
setCheckboxOnChange();
|
||||
if(count>1){
|
||||
$('#userNotificationsFilterButtons').append(buttons);
|
||||
setCheckboxOnChange();
|
||||
}
|
||||
}
|
||||
|
||||
function getCheckedFilterButtons() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue