Konafets / typo3_debugbar

A TYPO3 debugbar utilizing the PHP Debugbar to provide information of the system health to the frontend.
GNU General Public License v2.0
37 stars 6 forks source link

Shipped jQuery 1.12.4 breaks my own jQuery #5

Closed peterkraume closed 6 years ago

peterkraume commented 6 years ago

EXT:typo3_debugbar ships with Resources/Public/JavaScript/debugbar.js which includes jQuery 1.12.4. This breaks the jQuery that I've included in my theme extension.

Do you have any idea how to approach this problem. Maybe you can add a possibility to make the jQuery inclusion optional?

Konafets commented 6 years ago

Debugbar.js comes from the upstream lib. Need to look into it.

Konafets commented 6 years ago

@peterkraume Can you check latest version of develop branch? Let me know if the issue is fixed.

Konafets commented 6 years ago

Fixed in 8819824de358415e1d2c0eea11b0c7c34cec4e0c

peterkraume commented 6 years ago

Sorry, wasn't able to test earlier. I've now tested version 1.2.0 and it seems to run smoothly. Thx for the solution.