I'm using default installation of the plugin. Layout has
echo $asset->scripts_for_layout(array('js','codeblock'));
An elment is using
echo $this->Javascript->codeBlock($jsCode, array('inline' => 'false'));
But the code isn't echoed out to the layout.
When I tried with debug 0, the scripts that are included using $this->Javascript->link() also doesn't get printed out..
Am I doing something wrong?
I'm using default installation of the plugin. Layout has
echo $asset->scripts_for_layout(array('js','codeblock'));An elment is using
echo $this->Javascript->codeBlock($jsCode, array('inline' => 'false'));But the code isn't echoed out to the layout.
When I tried with debug 0, the scripts that are included using
$this->Javascript->link()also doesn't get printed out..Am I doing something wrong?