Changes between Initial Version and Version 1 of Ticket #47069, comment 38
- Timestamp:
- 10/08/2019 05:34:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47069, comment 38
initial v1 1 Sorry I couldn't review this earlier (been sick for a while). The reason the admin-bar doesn't have jQuery as dependency is that (at the time) some themes were/are adding their own versions of jQuery on the front-end, and it becomes "big mess" when eralso add the version from core.1 Sorry I couldn't review this earlier (been sick for a while). The reason the admin-bar doesn't have jQuery as dependency is that (at the time) some themes were/are adding their own versions of jQuery on the front-end, and it becomes "big mess" when we also add the version from core. 2 2 3 3 The "mess" mostly relates to jQuery plugins that may pick and use the wrong jQuery version, and fail.