]> source.dussan.org Git - nextcloud-server.git/commitdiff
Corrected javascript definition.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 16 Jul 2012 19:21:37 +0000 (21:21 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 16 Jul 2012 19:21:37 +0000 (21:21 +0200)
apps/contacts/templates/part.contact.php

index 1a1031881778fecae9e062c6141a5327f1bd324c..5b07ba3c337fe60f655f2e8c7c279578da45968c 100644 (file)
@@ -117,7 +117,7 @@ $id = isset($_['id']) ? $_['id'] : '';
 <div id="edit_photo_dialog" title="Edit photo">
                <div id="edit_photo_dialog_img"></div>
 </div>
-<script language="Javascript">
+<script type="text/javascript">
 $(document).ready(function(){
        if('<?php echo $id; ?>'!='') {
                $.getJSON(OC.filePath('contacts', 'ajax', 'contactdetails.php'),{'id':'<?php echo $id; ?>'},function(jsondata){