Skip to content
Snippets Groups Projects
Commit 91f5a1de authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Obsolete language="Javascript".

parent b1cfc99f
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment