summaryrefslogtreecommitdiff
path: root/actions/grouplogo.php
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-08-11 20:29:45 +0800
committerJeffery To <jeffery.to@gmail.com>2009-08-11 20:29:45 +0800
commita459313e109dca9979a5beab50da5782e7e544f4 (patch)
treea08ad42ba6016dcf2035da9597c0c146ab1bd584 /actions/grouplogo.php
parent73cde378c9f8d14cb2c4a896813ac6d21299a142 (diff)
Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5)
Diffstat (limited to 'actions/grouplogo.php')
-rw-r--r--actions/grouplogo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/grouplogo.php b/actions/grouplogo.php
index 5edb10cf8..87c68e2a2 100644
--- a/actions/grouplogo.php
+++ b/actions/grouplogo.php
@@ -442,7 +442,7 @@ class GrouplogoAction extends GroupDesignAction
parent::showScripts();
if ($this->mode == 'crop') {
- $this->script('js/jcrop/jquery.Jcrop.pack.js');
+ $this->script('js/jcrop/jquery.Jcrop.min.js');
$this->script('js/jcrop/jquery.Jcrop.go.js');
}
}