* Cleaned up javascript to run cleaner
* Updated javascript to be inline with Drupal 7 methods
* Attached javascript to form element using #attached instead of drupal_add_js()
* Updated code to bring node access in line with Drupal 7 methods
In this release I have added hook_node_access_records() and hook_node_grants() to the module in order to bring it into line with the Drupal grants system. This means that the suppress_teasers module is no longer necessary to prevent teasers being rendered in lists where they shouldn't be. Teasers (and the module itself) will only be visible to users with 'view administration notifications' permission.