I was checking core.js
and noticed that we have added there some jQuery code in functions:
Joomla.renderMessages
and
Joomla.removeMessages
They are mainly used on install and overrider.
We officially support jQuery & Mootools even being migrating to jQuery. Adding that code causes that developers that want to use only Mootools are forced to load jQuery.
So we have to convert them to plain JS.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-30 01:47:24 |
Pull request submitted in #5257