838cfba2782076973ff753fb206a969761e07bf5
angie
  Mon Jun 24 11:02:47 2019 -0700
Added popular species icon for Zebrafish.  refs #17956

diff --git src/hg/js/hgGateway.js src/hg/js/hgGateway.js
index 45514fd..d8e076f 100644
--- src/hg/js/hgGateway.js
+++ src/hg/js/hgGateway.js
@@ -615,30 +615,31 @@
 
 
 ///////////////////////////// Module: hgGateway /////////////////////////////
 
 var hgGateway = (function() {
     // Interactive parts of the new gateway page: species autocomplete,
     // graphical species-picker, db select, and position autocomplete.
 
     // Constants
     var speciesWatermark = 'Enter species or common name';
     var positionWatermark = 'Enter position, gene symbol or search terms';
     // Shortcuts to popular species:
     var favIconTaxId = [ ['Human', 9606],
                          ['Mouse', 10090],
                          ['Rat', 10116],
+                         ['Zebrafish', 7955],
                          ['Fly', 7227],
                          ['Worm', 6239],
                          ['Yeast', 559292] ];
     // Aliases for species autocomplete:
     var commonToSciNames = { bats: 'Chiroptera',
                              bees: 'Apoidea',
                              birds: 'Aves',
                              fish: 'Actinopterygii',
                              fly: 'Diptera',
                              flies: 'Diptera',
                              frogs: 'Anura',
                              fruitfly: 'Drosophila',
                              'fruit fly': 'Drosophila',
                              honeybees: 'Apinae',
                              'honey bees': 'Apinae',