mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -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 {
|
.sort-by-item:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter-section .countries input[type=checkbox] {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
@ -198,6 +198,7 @@ function SelectOnClick() {
|
|||||||
var id = $(this).attr('data-id');
|
var id = $(this).attr('data-id');
|
||||||
|
|
||||||
if ($(this).attr('data-field') == "country") {
|
if ($(this).attr('data-field') == "country") {
|
||||||
|
$('.filter-location-modal,.filter-location-back,.filter-location-modal .countries').hide();
|
||||||
$('input[name="country"]').val(id)
|
$('input[name="country"]').val(id)
|
||||||
text_html.html(input_text)
|
text_html.html(input_text)
|
||||||
$(".filter-location-body input[type='checkbox']").prop('checked', false);
|
$(".filter-location-body input[type='checkbox']").prop('checked', false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user