Skip to content

Instantly share code, notes, and snippets.

@muracms
Created December 16, 2013 19:43
Show Gist options
  • Select an option

  • Save muracms/7993087 to your computer and use it in GitHub Desktop.

Select an option

Save muracms/7993087 to your computer and use it in GitHub Desktop.
/{SiteID}/includes/themes/MuraBootstrap/eventHandler.cfc
renderer.showMetaList = 'pdf';
<cfscript>
public any function onRenderStart($) {
if ( $.event('showMeta') != 2 ) {
$.event('showMeta', 1);
};
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment