diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json
index 8576d6ee6a0..96ae6c5e951 100644
--- a/seed_data/field-guides.json
+++ b/seed_data/field-guides.json
@@ -410,9 +410,11 @@
"
| Calgary | Facebook | Gitter |
",
" | Cali | Facebook | Gitter |
",
" | Campinas | Facebook | Gitter |
",
+ " | Canberra | Facebook | Gitter |
",
" | Cape Cod | Facebook | Gitter |
",
" | Cape Town | Facebook | Gitter |
",
" | Caracas | Facebook | Gitter |
",
+ " | Central Mississippi | Facebook | Gitter |
",
" | Charlotte | Facebook | Gitter |
",
" | Chattanooga | Facebook | Gitter |
",
" | Chennai | Facebook | Gitter |
",
@@ -485,6 +487,7 @@
" | Istanbul | Facebook | Gitter |
",
" | Ivano Frankivsk | Facebook | Gitter |
",
" | Izmir | Facebook | Gitter |
",
+ " | Jackson, MS | Facebook | Gitter |
",
" | Jacksonville | Facebook | Gitter |
",
" | Jaipur | Facebook | Gitter |
",
" | Jakarta | Facebook | Gitter |
",
@@ -585,6 +588,7 @@
" | Pristina | Facebook | Gitter |
",
" | Providence | Facebook | Gitter |
",
" | Provo | Facebook | Gitter |
",
+ " | Puebla | Facebook | Gitter |
",
" | Pune | Facebook | Gitter |
",
" | Quibdo | Facebook | Gitter |
",
" | Raleigh | Facebook | Gitter |
",
@@ -648,6 +652,7 @@
" | Tom's River | Facebook | Gitter |
",
" | Torino | Facebook | Gitter |
",
" | Toronto | Facebook | Gitter |
",
+ " | Trivandrum | Facebook | Gitter |
",
" | Tucson | Facebook | Gitter |
",
" | Tulsa | Facebook | Gitter |
",
" | Tunis | Facebook | Gitter |
",
diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade
index 9445341ee4b..2ea972eba2e 100644
--- a/views/challengeMap/show.jade
+++ b/views/challengeMap/show.jade
@@ -83,20 +83,20 @@ block content
li.large-p.negative-10
a(href="/challenges/#{challenge.name}")= challenge.name
- #announcementModal.modal(tabindex='-1')
- .modal-dialog.animated.fadeInUp.fast-animation
- .modal-content
- .modal-header.challenge-list-header Our chat is slow right now
- a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
- .modal-body
- h3.text-left Please note that Gitter.im, our chat client, isn't working properly right now.
- h3.text-left Gitter is working to fix this ASAP. If you can't join our chat room, please try again later.
- h3.text-left Thank you for your patience. In the meantime, happy coding!
- a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up
- script.
- $(document).ready(function () {
- if (!localStorage || !localStorage.gitter1) {
- $('#announcementModal').modal('show');
- localStorage.gitter1 = "true";
- }
- });
+ //#announcementModal.modal(tabindex='-1')
+ // .modal-dialog.animated.fadeInUp.fast-animation
+ // .modal-content
+ // .modal-header.challenge-list-header Our chat is slow right now
+ // a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
+ // .modal-body
+ // h3.text-left Please note that Gitter.im, our chat client, isn't working properly right now.
+ // h3.text-left Gitter is working to fix this ASAP. If you can't join our chat room, please try again later.
+ // h3.text-left Thank you for your patience. In the meantime, happy coding!
+ // a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up
+ //script.
+ // $(document).ready(function () {
+ // if (!localStorage || !localStorage.gitter1) {
+ // $('#announcementModal').modal('show');
+ // localStorage.gitter1 = "true";
+ // }
+ // });