mehrwert / TYPO3-mw_keywordlist

TYPO3 Extension that extends the Menu/Sitemap content elements and inserts an A-Z index with Links
https://typo3.org/extensions/repository/view/mw_keywordlist
0 stars 2 forks source link

javascript inclusion order #2

Open ghost opened 7 years ago

ghost commented 7 years ago

hi, since we upgraded the extension from 3.4.1 to 3.5.0 the javascript is included before jquery which leads to a popup telling us

Error: The jQuery library has to be included (Hint: use page.includeJS)"

as i saidd, the jquery is included, but unfortunately loads after the extension's javascript. any suggestions how to change the inclusion order? is this a bug which is fixed in higher versions? problem is, we are nailed to 6.2 due to other extension dependencies and higher versions of this extensions require 7.0

thanks for any help

Edit: i saw that you changed the composer.json to require

"typo3/cms": "dev-master"

this practically prevents this extension version from being used by any production installation. is this intended?

ghost commented 7 years ago

ok, the jquery issue was solved by putting this into page template:

includeJS {
    jquery.forceOnTop = 1
}