mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
country name design
This commit is contained in:
parent
42014c52b6
commit
a97f5ecb5d
@ -212,4 +212,8 @@ a.sort-by-open-dropdown:hover {
|
||||
.sort-by-item:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.filter-section .countries input[type=checkbox] {
|
||||
display: none;
|
||||
}
|
||||
@ -198,6 +198,7 @@ function SelectOnClick() {
|
||||
var id = $(this).attr('data-id');
|
||||
|
||||
if ($(this).attr('data-field') == "country") {
|
||||
$('.filter-location-modal,.filter-location-back,.filter-location-modal .countries').hide();
|
||||
$('input[name="country"]').val(id)
|
||||
text_html.html(input_text)
|
||||
$(".filter-location-body input[type='checkbox']").prop('checked', false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user