From: Cash Costello Date: Sun, 23 Aug 2009 21:03:03 +0000 (+0000) Subject: changing cursor for tagging now X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=63afc602551975c9082e2a84102d08433c08597d;p=lorea%2Felgg.git changing cursor for tagging now --- diff --git a/views/default/js/tagging.php b/views/default/js/tagging.php index 8e384bec8..59214db9b 100644 --- a/views/default/js/tagging.php +++ b/views/default/js/tagging.php @@ -160,6 +160,8 @@ onSelectStart: hideTagMenu } ); + + $('img#tidypics_image').css({"cursor" : "crosshair"}); } function stopTagging() @@ -182,6 +184,8 @@ $('.tidypics_tag').hide(); } ); + + $('img#tidypics_image').css({"cursor" : "pointer"}); } function showTagMenu(oObject, oCoordenates)