Просмотр исходного кода

Merge pull request #49 from tripal/43-linkouts

Fix linkouts.
Lacey-Anne Sanderson 6 лет назад
Родитель
Сommit
628541eede
1 измененных файлов с 4 добавлено и 0 удалено
  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.