X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/78403df4cea31c52227610d027d6df01df4a4af9..13014639687c0607d0a617ffebc68d9d529a69da:/src/assets/js/controller.js diff --git a/src/assets/js/controller.js b/src/assets/js/controller.js index 364e8f2..a9cb80e 100644 --- a/src/assets/js/controller.js +++ b/src/assets/js/controller.js @@ -63,6 +63,7 @@ jQuery(document).ready(function () { $(document).on('click', 'a', function (e) { var target_url = $(this).attr('href'); if (!is_relative_url(target_url)) return; + if ($(this).parents('#last-updated').length !== 0) return; e.preventDefault(); e.stopPropagation();