mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
parent
fe034d97b1
commit
eb46ff41fc
3 changed files with 43 additions and 8 deletions
|
@ -30,8 +30,11 @@
|
|||
<script>
|
||||
var query_string = "${query.replace('"','\\"').replace('/','\\/') | n}";
|
||||
|
||||
$('#search_button').removeClass('btn-inactive');
|
||||
$('#query').val(query_string).css({ right: '0', width: '250px' }).addClass('active');
|
||||
$('#query').val(query_string);
|
||||
if ($(window).width() >= 768) {
|
||||
$('#search_button').removeClass('btn-inactive');
|
||||
$('#query').css({ right: '0', width: '250px' }).addClass('active');
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
url: 'get_search_results_children',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue