Skip to content

Instantly share code, notes, and snippets.

@khesayed
Created January 8, 2013 02:49
Show Gist options
  • Save khesayed/4480657 to your computer and use it in GitHub Desktop.
Save khesayed/4480657 to your computer and use it in GitHub Desktop.
Remove / unset Drupal 7 js settings
<?php
function THEMENAME_js_alter(&$js){
unset($js['settings']);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment