?
avatar dgt41
dgt41
30 Nov 2014

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!

avatar dgt41 dgt41 - open - 30 Nov 2014
avatar jissues-bot jissues-bot - change - 30 Nov 2014
Labels Added: ?
avatar dgt41 dgt41 - close - 30 Nov 2014
avatar dgt41 dgt41 - change - 30 Nov 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-11-30 02:06:48

Add a Comment

Login with GitHub to post a comment