@@ -195,9 +174,6 @@
var id = $(this).prop('id');
var checked = $(this).prop('checked');
- if (id == 'NzbMatrixEnabled')
- $('#nzbMatrixStatus').prop('checked', checked);
-
if (id == 'NzbsRUsEnabled')
$('#nzbsRusStatus').prop('checked', checked);
@@ -223,9 +199,6 @@
$(document).on('change', '.indexerStatusButton', function () {
var id = $(this).prop('id');
var checked = $(this).prop('checked');
-
- if (id == 'nzbMatrixStatus')
- $('#NzbMatrixEnabled').prop('checked', checked);
if (id == 'nzbsRusStatus')
$('#NzbsRUsEnabled').prop('checked', checked);