mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
presence rework #1119, plugin history filter
This commit is contained in:
@@ -286,21 +286,21 @@ function main () {
|
||||
|
||||
|
||||
|
||||
// Events tab toggle conenction events
|
||||
$('input').on('ifToggled', function(event){
|
||||
// Hide / Show Events
|
||||
if (event.currentTarget.id == 'chkHideConnectionEvents') {
|
||||
getDeviceEvents();
|
||||
} else {
|
||||
// Activate save & restore
|
||||
// activateSaveRestoreData();
|
||||
// // Events tab toggle conenction events
|
||||
// $('input').on('ifToggled', function(event){
|
||||
// // Hide / Show Events
|
||||
// if (event.currentTarget.id == 'chkHideConnectionEvents') {
|
||||
// getDeviceEvents();
|
||||
// } else {
|
||||
// // Activate save & restore
|
||||
// // activateSaveRestoreData();
|
||||
|
||||
// Ask skip notifications
|
||||
// if (event.currentTarget.id == 'chkArchived' ) {
|
||||
// askSkipNotifications();
|
||||
// }
|
||||
}
|
||||
});
|
||||
// // Ask skip notifications
|
||||
// // if (event.currentTarget.id == 'chkArchived' ) {
|
||||
// // askSkipNotifications();
|
||||
// // }
|
||||
// }
|
||||
// });
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user