X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=0bc037a7a95de145f36b22a4c1a6e80d5eadb2b0;hp=2df03e6ec2bf4bce6895cac7fb7a151e638d8636;hb=4f51861013271a060b358884097a676e3d42d496;hpb=0e16cb26f6380f57f1079ece9bdb654243073bde diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 2df03e6e..0bc037a7 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -32,8 +32,6 @@ main .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 .collapse - input#challengeSection(type="radio" checked aria-hidden="true" name="accordion") - label(for="challengeSection" aria-hidden="true") Challenges div .button-group button(@click="cdisplay='live'") Live Challenges @@ -42,8 +40,6 @@ main :challenges="filterChallenges('live')" @click-challenge="clickChallenge") ChallengeList(v-show="cdisplay=='corr'" :challenges="filterChallenges('corr')" @click-challenge="clickChallenge") - input#peopleSection(type="radio" aria-hidden="true" name="accordion") - label(for="peopleSection" aria-hidden="true") People div .button-group button(@click="pdisplay='players'") Players @@ -57,8 +53,6 @@ main | {{ whatPlayerDoes(p) }} #chat(v-show="pdisplay=='chat'") Chat(:players="[]") - input#gameSection(type="radio" aria-hidden="true" name="accordion") - label(for="gameSection" aria-hidden="true") Games div .button-group button(@click="gdisplay='live'") Live games