From 63afc602551975c9082e2a84102d08433c08597d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 23 Aug 2009 21:03:03 +0000 Subject: changing cursor for tagging now --- views/default/js/tagging.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/default/js') 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) -- cgit v1.2.3