Fix: Removed deprecated attributes

This commit is contained in:
Laurent Destailleur 2011-12-05 01:03:17 +01:00
parent a95934c6d8
commit c1658da5d8
3 changed files with 3 additions and 3 deletions

View File

@ -361,7 +361,7 @@ llxHeader();
if ($conf->use_javascript_ajax)
{
?>
<script type="text/javascript" language="javascript">
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("#delconst").hide();
jQuery(".checkboxfordelete").click(function() {

View File

@ -26,7 +26,7 @@
<div id="principal_content" style="margin-left: 0px;">
<div style="margin-left: 0; position: relative;" class="gantt" id="GanttChartDIV"></div>
<script language="javascript" type="text/javascript">
<script type="text/javascript">
function DisplayHideRessources(boxName) {
graphFormat = g.getFormat();

View File

@ -187,7 +187,7 @@ if (GETPOST("action") == 'gotodemo')
llxHeaderVierge($langs->trans("DolibarrDemo"));
?>
<script type="text/javascript" language="javascript">
<script type="text/javascript">
var openedId='';
jQuery(document).ready(function () {
jQuery('tr.moduleline').hide();