// $Id$

Drupal.taggingAutoAttach = function () {
}

// Global Killswitch
if (Drupal.jsEnabled) {
  $(document).ready(Drupal.taggingAutoAttach);
}

