diff options
Diffstat (limited to 'views/default/js')
-rw-r--r-- | views/default/js/tagging.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/views/default/js/tagging.php b/views/default/js/tagging.php index 1e03499e0..1381151e4 100644 --- a/views/default/js/tagging.php +++ b/views/default/js/tagging.php @@ -32,7 +32,7 @@ );
// get tags over image ready for mouseover
- // based on code by Tarique Sani <tarique@sanisoft.com> - MIT and GPL licenses
+ // based on code by Tarique Sani tarique at sanisoft.com - MIT and GPL licenses
$.fn.setupTags = function()
{
@@ -169,8 +169,6 @@ hideTagInstruct();
hideTagMenu();
- $('#tidypics_tag_control').text("Tag this photo");
-
$('img#tidypics_image').imgAreaSelect( {hide: true, disable: true} );
// restart tag hovering
|