default for grouping should be None not Day when searching (only time there is no grouping value set) AND this matches defaults now set in files.py ViewingOptions function
This commit is contained in:
@@ -155,7 +155,7 @@
|
|||||||
if( $('#grouping').length )
|
if( $('#grouping').length )
|
||||||
$('#search_grouping').val( $('#grouping').val() )
|
$('#search_grouping').val( $('#grouping').val() )
|
||||||
else
|
else
|
||||||
$('#search_grouping').val("Day")
|
$('#search_grouping').val("None")
|
||||||
|
|
||||||
if( $('#how_many').length )
|
if( $('#how_many').length )
|
||||||
$('#search_how_many').val( $('#how_many').val() )
|
$('#search_how_many').val( $('#how_many').val() )
|
||||||
|
|||||||
Reference in New Issue
Block a user