Actions
Bug #57466
closedException: The requested jQuery version is not available in the local filesystem
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
jQuery version 1.9.1 is missing in the $availableLocalJqueryVersions array in the PageRenderer although it is still among the available libraries in the contrib/ directory.
/** * Array of jQuery version numbers shipped with the core * * @var array */ protected $availableLocalJqueryVersions = array( '1.8.2', // jquery version shipped with TYPO3 6.0, still available in the contrib/ directory self::JQUERY_VERSION_LATEST );
Actions