nodal ninja III "/>
Published 9 months ago by miki arregui
Sunset in the "partida dels racots", near Nalec. Urgell, Catalonia. Photo token with a Nikon D70s, nikkor 10.5mm and a 1) { $('.license_link').each(function(idx, elm) { var handle = parse_handle(elm); if (licensed_panoramas.indexOf(handle) != -1) { $(elm).children('img').attr('src', '/images/cart_full_16x16_grey.png'); } }); // Image page } else { if (licensed_panoramas.length > 0) { $(license_links[0]).children('img').attr('src', '/images/cart_full_16x16.png'); } } }; $('.license_link').click(function() { var handle = parse_handle($(this)); if ($('.containerPanoBox:visible').length > 0) { $('.containerPanoBox').hide(); } $('.addPano').attr('id', 'license_' + handle); show_pano_in_cart(); $('.containerPanoBox').toggle(); }); $('#license_close').click(function() { $('.containerPanoBox').hide(); }); $('.addPano').click(function() { if ($(this).hasClass('disabled')) { return; } var handle = parse_handle($(this)); show_spinner(); $.post(license_url, {handle:handle}, function() { update_basket_icons(); show_pano_in_cart(); }); }); $(document).ajaxError(function(evt, xhr, info) { if (info.url == license_url) { show_licensing_error(); } }); update_basket_icons(); });