The script for the new collapsible sidebar is dependent on Joomla e.g.
Joomla.toggleSidebar = function(force)
{Whatever}
We should do this
// Only define the Joomla namespace if not defined.
Joomla = window.Joomla || {};
Joomla.toggleSidebar = function(force)
Because core.js might not been loaded!
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-30 02:06:48 |