diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-09 01:24:02 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-09 01:24:02 +0000 |
commit | 294e90c6f838ffd57f97889669f75dd66f14d90a (patch) | |
tree | 1be4a07a6a154a97ce67c84c2e32ccfe22c469c1 /views/default/js | |
parent | b660e5ab0c20dad2d4ba72c018a6f6b2b2b8bda8 (diff) | |
download | elgg-294e90c6f838ffd57f97889669f75dd66f14d90a.tar.gz elgg-294e90c6f838ffd57f97889669f75dd66f14d90a.tar.bz2 |
fixed IE photo tag issue
Diffstat (limited to 'views/default/js')
-rw-r--r-- | views/default/js/tagging.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/js/tagging.php b/views/default/js/tagging.php index beebd3edf..e27af7fca 100644 --- a/views/default/js/tagging.php +++ b/views/default/js/tagging.php @@ -32,6 +32,7 @@ );
// get tags over image ready for mouseover
+ // based on code by Tarique Sani <tarique@sanisoft.com> - MIT and GPL licenses
$.fn.setupTags = function()
{
|