diff options
Diffstat (limited to 'views/default/js')
-rw-r--r-- | views/default/js/tagging.php | 4 |
1 files changed, 4 insertions, 0 deletions
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)
|