place_id: search_params.get('place_id'),
osmtype: search_params.get('osmtype'),
osmid: search_params.get('osmid'),
+ class: search_params.get('class'),
keywords: search_params.get('keywords'),
addressdetails: 1,
hierarchy: (search_params.get('hierarchy') === '1' ? 1 : 0),
$(document).on('click', 'a', function (e) {
var target_url = $(this).attr('href');
if (!is_relative_url(target_url)) return;
- if ($(this).parents('#last-updated')) return;
+ if ($(this).parents('#last-updated').length !== 0) return;
e.preventDefault();
e.stopPropagation();