diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-17 20:21:10 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-17 20:25:32 +0200 |
commit | 2875901fc7c2eadb95deb6efb23d725dae35be02 (patch) | |
tree | ea835471db23217e4190d7e2a7b1ba9c6e9b8a09 /apps/contacts/templates | |
parent | 91f5a1de399f9bd77ff31b1ec153b54a9aa5da21 (diff) | |
download | nextcloud-server-2875901fc7c2eadb95deb6efb23d725dae35be02.tar.gz nextcloud-server-2875901fc7c2eadb95deb6efb23d725dae35be02.zip |
Obsolete language="Javascript".
Diffstat (limited to 'apps/contacts/templates')
-rw-r--r-- | apps/contacts/templates/part.cropphoto.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.cropphoto.php b/apps/contacts/templates/part.cropphoto.php index 1079afc808a..6d7b1e44777 100644 --- a/apps/contacts/templates/part.cropphoto.php +++ b/apps/contacts/templates/part.cropphoto.php @@ -4,7 +4,7 @@ $tmpkey = $_['tmpkey']; $requesttoken = $_['requesttoken']; OCP\Util::writeLog('contacts','templates/part.cropphoto.php: tmpkey: '.$tmpkey, OCP\Util::DEBUG); ?> -<script language="Javascript"> +<script type="text/javascript"> jQuery(function($) { $('#cropbox').Jcrop({ onChange: showCoords, |