Line 358: | Line 358: | ||
// ability to open figure in new wndow | // ability to open figure in new wndow | ||
$('figure img').click(function () { window.open($(this).attr('src')); } ) | $('figure img').click(function () { window.open($(this).attr('src')); } ) | ||
+ | $('figure img').css('cursor', 'zoom-in'); | ||
}); | }); | ||
</script> | </script> |
Revision as of 13:48, 15 October 2016
iGEM Tuebingen