Skip to content

Commit

Permalink
Add 'Westford Needles' group
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyoder committed Jul 8, 2015
1 parent 0d279ba commit 36e69c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web-root/index.php
Expand Up @@ -50,8 +50,8 @@
<li data-group="GlonassGroup">GLONASS</li>
<li data-group="GalileoGroup">Galileo</li>
<li data-group="Iridium33DebrisGroup">Iridium 33 Collision Debris</li>

<li data-group="FunGroup">Ariane Sylda</li>
<li data-group="WestfordNeedlesGroup">Westford Needles</li>
</ul>
</div>
<!-- <div id="menu-color-schemes" class="menu-item">
Expand Down
1 change: 1 addition & 0 deletions web-root/scripts/groups.js
Expand Up @@ -135,6 +135,7 @@
groups.GlonassGroup = new SatGroup('nameRegex', /GLONASS/);
groups.GalileoGroup = new SatGroup('nameRegex', /GALILEO/);
groups.FunGroup = new SatGroup('nameRegex', /SYLDA/);
groups.WestfordNeedlesGroup = new SatGroup('nameRegex', /WESTFORD NEEDLES/);

console.log('groups init: ' + (performance.now() - start) + ' ms');
};
Expand Down

0 comments on commit 36e69c7

Please sign in to comment.