Which part controls the add block

Permalink
Does anyone know what script or js file controls the add block functionality. basically the bit that pops up and says add block(attached pic for clarity. then opens the dialog box with all the blocks in it.

thanks

At the moment I get a new page open instead of a dialog box.

pic attached (odd.JPG)

2 Attachments

mikeyt55
 
JohntheFish replied on at Permalink Reply
JohntheFish
The javascript for the dialog box is in ccm.app.js. That is not something you should ever mess with.

If it isn't working on a specific page, the chances are that something else on the page has broken it. Perhaps an unclosed html tag or a script error in other javascript on the page.

See
http://www.concrete5.org/documentation/how-tos/editors/the-block-do...
for a checklist.
mikeyt55 replied on at Permalink Reply
mikeyt55
great thanks