Skip to content

Commit

Permalink
Location icon issue fixed (sovware#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
kowsar89 authored Oct 24, 2022
1 parent 0df59e3 commit c571f7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/global-geolocation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/global-geolocation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/src/js/global/map-scripts/geolocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ window.addEventListener('DOMContentLoaded', () => {
});
}
(function () {
eventDelegation('click', '.directorist-filter-location-icon span', function (e) {
eventDelegation('click', '.directorist-filter-location-icon > i, .directorist-filter-location-icon > span', function (e) {
const locationInput = e.target.closest('.directorist-search-field').querySelector('.location-name');
const get_lat = e.target.closest('.directorist-search-field').querySelector("#cityLat");
const get_lng = e.target.closest('.directorist-search-field').querySelector("#cityLng");
Expand Down
2 changes: 1 addition & 1 deletion languages/directorist.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-10-19 03:06+0000\n"
"POT-Creation-Date: 2022-10-24 01:08+0000\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
Expand Down

0 comments on commit c571f7b

Please sign in to comment.