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
Comment #1
yhahn commentedAre you using the A3 Atlantis theme mentioned here: #688890: Javascript error on all Admin pages (and the "A3 Atlantis" theme block page) ?
Comment #2
PMatwyuk commentedI'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.
Comment #3
pablov2 commentedI'm having the same issue with OpenAtrium 1.0-beta5
Any idea?
Comment #4
pablov2 commentedalready resolved
You have to turn on OPTIMIZE JAVASCRIPT FILES, in admin/settings/performance
Comment #5
PMatwyuk commentedWorked perfectly for me, thanks! Marking as closed.