mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix double clear search button
This commit is contained in:
parent
b28f0b65f0
commit
38116a14f3
1 changed files with 1 additions and 1 deletions
|
@ -165,6 +165,7 @@
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
loadPlexPyLogs(selected_log_level);
|
loadPlexPyLogs(selected_log_level);
|
||||||
|
clearSearchButton('log_table', log_table);
|
||||||
});
|
});
|
||||||
|
|
||||||
var log_levels = ['DEBUG', 'INFO', 'WARN', 'ERROR'];
|
var log_levels = ['DEBUG', 'INFO', 'WARN', 'ERROR'];
|
||||||
|
@ -207,7 +208,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log_table = $('#log_table').DataTable(log_table_options);
|
log_table = $('#log_table').DataTable(log_table_options);
|
||||||
clearSearchButton('log_table', log_table);
|
|
||||||
|
|
||||||
$('#plexpy-log-level-filter').on('change', function () {
|
$('#plexpy-log-level-filter').on('change', function () {
|
||||||
selected_log_level = $(this).val() || null;
|
selected_log_level = $(this).val() || null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue