Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 9, 2024
1 parent 17fa1fd commit 9cb984c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions meteor_packages/mats-common/templates/topnav/top_nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Template.topNav.helpers({
switch (getRunEnvironment()) {
case "metexpress":
return "METexpress";
break;
default:
if (
matsCollections.Settings.findOne({}) !== undefined &&
Expand All @@ -58,7 +57,6 @@ Template.topNav.helpers({
switch (getRunEnvironment()) {
case "metexpress":
return "National Weather Service";
break;
default:
return "Global Systems Laboratory";
}
Expand All @@ -67,7 +65,6 @@ Template.topNav.helpers({
switch (getRunEnvironment()) {
case "metexpress":
return "https://www.weather.gov/";
break;
default:
return "http://gsl.noaa.gov/";
}
Expand All @@ -76,7 +73,6 @@ Template.topNav.helpers({
switch (getRunEnvironment()) {
case "metexpress":
return "METexpress";
break;
default:
if (
matsCollections.Settings.findOne({}) !== undefined &&
Expand Down

0 comments on commit 9cb984c

Please sign in to comment.