mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
location table columns changed
This commit is contained in:
parent
9b9157d8b4
commit
9f9ac22539
@ -201,12 +201,9 @@ 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)
|
|
||||||
$('.selected-city').html('');
|
$('.selected-city').html('');
|
||||||
$('input[name="city[]"]').val('');
|
$('input[name="city[]"]').val('');
|
||||||
text_html.html(input_text)
|
text_html.html(input_text)
|
||||||
// $(".filter-location-body input[type='checkbox']").prop('checked', false);
|
|
||||||
$(".filter-location-body li[data-id='" + id + "'] input[type='checkbox']").prop('checked', true);
|
$(".filter-location-body li[data-id='" + id + "'] input[type='checkbox']").prop('checked', true);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user