From 65e5a715a652ab06d9001d0a85dd45d1e77ecb49 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Fri, 10 Jul 2015 21:11:24 -0700 Subject: [PATCH] comment out modal explaining that gitter is slow --- views/challengeMap/show.jade | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade index 1f03deb6a7..70512ed0dd 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, is really slow 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.gitter) { - $('#announcementModal').modal('show'); - localStorage.gitter = "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, is really slow 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.gitter) { + // $('#announcementModal').modal('show'); + // localStorage.gitter = "true"; + // } + // });