diff --git a/config-form.js b/config-form.js
deleted file mode 100644
index 82c560a..0000000
--- a/config-form.js
+++ /dev/null
@@ -1,13 +0,0 @@
-(function ($) {
-
-Drupal.behaviors.htmlpurifierConfigForm = {
-  // Makes all configuration links open in new windows; can save lots of grief!
-  attach: function (context, settings) {
-    $(".hp-config a", context).click(function () {
-      window.open(this.href);
-      return false;
-    });
-  }
-};
-
-})(jQuery);
