Fix: Removed deprecated attributes
This commit is contained in:
parent
a95934c6d8
commit
c1658da5d8
@ -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() {
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user