summaryrefslogtreecommitdiff
path: root/modules/node/node.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.js')
-rw-r--r--modules/node/node.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/node/node.js b/modules/node/node.js
deleted file mode 100644
index b8b352000..000000000
--- a/modules/node/node.js
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$
-
-if (Drupal.jsEnabled) {
- $(function() {
- // Automatically selects the right radio button in the filter section of
- // the admin content list.
- $('#node-admin-filter select').change(function() {
- $('#node-admin-filter input:radio[@value="'+ this.id.substr(5) +'"]')
- .attr('checked', true);
- });
- });
-}