diff options
author | Sem <sembrestels@riseup.net> | 2012-07-28 23:08:10 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-07-28 23:08:10 +0200 |
commit | 12a88208acec40e190b0729887e28c9d9add26c3 (patch) | |
tree | 3f141ee1ba6b8495280335b637e99bb376144139 /pages/photos/image/view.php | |
parent | 534c8b15a7c11035cf918e983c82efa3bea567a9 (diff) | |
download | elgg-12a88208acec40e190b0729887e28c9d9add26c3.tar.gz elgg-12a88208acec40e190b0729887e28c9d9add26c3.tar.bz2 |
Removed photo-tagging feature.
Diffstat (limited to 'pages/photos/image/view.php')
-rw-r--r-- | pages/photos/image/view.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pages/photos/image/view.php b/pages/photos/image/view.php index fc4a01320..e30bed70a 100644 --- a/pages/photos/image/view.php +++ b/pages/photos/image/view.php @@ -19,11 +19,6 @@ if (!$photo) { $photo->addView(); -if (elgg_get_plugin_setting('tagging', 'tidypics')) { - elgg_load_js('tidypics:tagging'); - elgg_load_js('jquery.imgareaselect'); -} - // set page owner based on owner of photo album $album = $photo->getContainerEntity(); if ($album) { |