Project

General

Profile

Actions

Bug #17717

closed

Deprecated use of language="text/javascript" in function loadJavascriptLib in template.php

Added by Christian Kuhn about 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-10-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

<script language="text/javascript"
is deprecated,
<script type="text/javascript"
should be used instead.

This has been triggered as an BE error by svn trunk commit 2608 for at least Firefox 2.0.0.6 and Opera 9.23, where db_alt_navframe.php now use this function.
Effect: The expand / collapse of page-trees stops working, js throws an error "Tree not defined" because tree.js and prototype.js no longer get loaded.
(issue imported from #M6582)


Files

loadJavascriptLib.diff (543 Bytes) loadJavascriptLib.diff Administrator Admin, 2007-10-23 23:39
Actions

Also available in: Atom PDF