diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-22 16:43:03 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-22 16:43:03 +0000 |
commit | fcc9e69b8017d5a267c82dcead56a5c624e3c691 (patch) | |
tree | eaab56f8ac645205eed2128092de28702c4bb4bd | |
parent | 478af07f910adae242f6ecbba094420627b1e4a0 (diff) | |
download | elgg-fcc9e69b8017d5a267c82dcead56a5c624e3c691.tar.gz elgg-fcc9e69b8017d5a267c82dcead56a5c624e3c691.tar.bz2 |
removed some useless code
-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
|