mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
Obsolete language="Javascript".
This commit is contained in:
parent
91f5a1de39
commit
2875901fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue