diff --git a/front/deviceDetails.php b/front/deviceDetails.php index e46f9281..8411e69c 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -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(); + // // } + // } + // }); } diff --git a/front/deviceDetailsEvents.php b/front/deviceDetailsEvents.php index 401c7641..6e6d7f82 100755 --- a/front/deviceDetailsEvents.php +++ b/front/deviceDetailsEvents.php @@ -7,11 +7,11 @@ -
-