]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/js/base.js
dont intercept links in last-updated page section
[nominatim-ui.git] / src / assets / js / base.js
index 0be31f4a1e9d65cd486846d6b10610946615e051..39d1f1393a73841dcb28c61fe72626b8f974e609 100644 (file)
@@ -157,6 +157,8 @@ function hide_error() {
 jQuery(document).ready(function () {
   hide_error();
 
+  $('#last-updated').hide();
+
   $(document).ajaxStart(function () {
     $('#loading').fadeIn('fast');
   }).ajaxComplete(function () {