Project

General

Profile

Actions

Bug #57466

closed

Exception: The requested jQuery version is not available in the local filesystem

Added by Stephan Gruber about 10 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF