I have problem with toolbar i can´t make it to expanded.

I get: Línea: 141
Caracter: 5
Código: 0
Mensaje de error: Object doesn't support this property or method

here code:

140 var cookie = $.cookie('DrupalAdminToolbar');
141 var query = cookie ? cookie.split('&') : []; 

Comments

yhahn’s picture

Status: Active » Postponed (maintainer needs more info)
PMatwyuk’s picture

Version: 6.x-2.0-alpha5 » 6.x-2.0-beta2

I'm having the same issue with beta 2.

I'm using a custom zen theme and can't figure out why this is happening. Have it on my site and a clients site. The icon shows up but it does nothing when its clicked. Any and all help is greatly appreciated.

pablov2’s picture

Project: Admin » Open Atrium
Version: 6.x-2.0-beta2 »

I'm having the same issue with OpenAtrium 1.0-beta5
Any idea?

pablov2’s picture

already resolved

You have to turn on OPTIMIZE JAVASCRIPT FILES, in admin/settings/performance

PMatwyuk’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Worked perfectly for me, thanks! Marking as closed.