]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/js/controller.js
/reverse.html should be reverse.html to app works in subdirectory
[nominatim-ui.git] / src / assets / js / controller.js
index 364e8f2611e01e5359e596df2bfca88c1e91a7a9..a9cb80e58b306e1b3de3ff3230ef794d656b6443 100644 (file)
@@ -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();