mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes a button status change
This commit is contained in:
parent
2d4c715264
commit
bcf65a13ee
1 changed files with 3 additions and 3 deletions
|
|
@ -163,9 +163,9 @@ function removeAllFavourites(stats_type, favourite_type, select_id){
|
|||
if(favourite_type == "host_peers_by_app"){
|
||||
$('.bc-app-item-add.host-peers-by-app').show();
|
||||
$('.bc-app-item-remove.host-peers-by-app').hide();
|
||||
} else if (favourite_type == "host_peers_by_app"){
|
||||
$('.bc-app-item-add.host-peers-by-app').show();
|
||||
$('.bc-app-item-remove.host-pai').hide();
|
||||
} else if (favourite_type == "app"){
|
||||
$('.bc-app-item-add.app').show();
|
||||
$('.bc-app-item-remove.app').hide();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue