Maksim Borisov
unread,Feb 28, 2011, 7:15:51 PM2/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diem-users
I've added colorbox of smth on my page.
To get it work, I've included some js in head section:
// config/dm/config/yml
...
all:
js:
head_inclusion: [ lib.jquery, lib.colorbox ]
Now, then I click on the edit link (pensil-image icon), then click
"Save" or "Close" button in the colorbox, I see console JS Error:
Uncaught TypeError: Cannot read property 'onCleanup' of undefined
Maybe I need to include some more libraries in page's head?