diff options
author | kondou <kondou@ts.unde.re> | 2013-08-24 00:35:32 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-25 21:06:44 +0200 |
commit | 9a8908b643c69451118ab76ca36e5fa0e704bd0a (patch) | |
tree | 4a03ad1c0884000ff6e543a2c22e7ec37be709be /settings/personal.php | |
parent | f19f8d1088a97bcb6d8dcbe519aa03249cdb42d0 (diff) | |
download | nextcloud-server-9a8908b643c69451118ab76ca36e5fa0e704bd0a.tar.gz nextcloud-server-9a8908b643c69451118ab76ca36e5fa0e704bd0a.zip |
Use Jcrop, have inline errormsg, work on cropping, clean up, WIP
Diffstat (limited to 'settings/personal.php')
-rw-r--r-- | settings/personal.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/personal.php b/settings/personal.php index d109d33e4bd..33c78c0467f 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -16,6 +16,8 @@ OC_Util::addStyle( 'settings', 'settings' ); OC_Util::addScript( '3rdparty', 'chosen/chosen.jquery.min' ); OC_Util::addStyle( '3rdparty', 'chosen' ); \OC_Util::addScript('files', 'jquery.fileupload'); +\OC_Util::addScript('3rdparty/Jcrop', 'jquery.Jcrop.min'); +\OC_Util::addStyle('3rdparty/Jcrop', 'jquery.Jcrop.min'); OC_App::setActiveNavigationEntry( 'personal' ); $storageInfo=OC_Helper::getStorageInfo(); |