Browse Source

Fix linkouts.

Lacey Sanderson 6 years ago
parent
commit
4a2c8baaa9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      includes/blast_ui.node.inc

+ 4 - 0
includes/blast_ui.node.inc

@@ -127,6 +127,10 @@ function blastdb_form($node, &$form_state) {
       should point to a GBrowse instance if you choose GBrowse here).',
     '#options' => $options,
     '#default_value' => $linkout_type,
+    '#ajax' => array(
+      'callback' => 'ajax_blast_ui_node_linkout_custom_callback',
+      'wrapper' => 'link-outs',
+    )
   );
 
   // Add information about each format to the description.