Skip to content

Commit

Permalink
merging PR Chaosthebot#427: Prevent animation on first card click
Browse files Browse the repository at this point in the history
Chaosthebot#427: Prevent animation on first card click

Description:
Currently it animates to show the main card when you click on it after loading the page, even though it's already showing the main card.

:ok_woman: PR passed with a vote of 14 for and 0 against, a weighted total of 13.5 and a threshold of 6.5, and a current meritocracy review.

Vote record:
@Ealhad: 1
@Leigende: 1
@MUCHZER: 1
@Neofox: 1
@Smittyvb: 1
@Swizz: 1
@davidak: 1
@flibustier: 1
@hongaar: 1
@md678685: 1
@phil-r: 1
@qgustavor: 1
@rhengles: 1
@viktorsec: 1
  • Loading branch information
mdcfe authored and chaosbot committed May 31, 2017
1 parent a83ad91 commit 7aca424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<canvas id="cv3"></canvas>
</div>
<div class="container">
<div id="main" class="card">
<div id="main" class="card active">
<div class="card-content main has-text-centered">
<div class="content-title">
<h1 class="title"><strong>Hello, Chaos!</strong></h1>
Expand All @@ -64,7 +64,7 @@ <h1 class="title"><strong>Hello, Chaos!</strong></h1>
</span>
</div>
</div>
<div id="voters" class="card">
<div id="voters" class="card inactive">
<div class="card-content main has-text-centered">
<div class="content-title">
<h1 class="title"><strong>Top Voters on Chaos!</strong></h1>
Expand Down

0 comments on commit 7aca424

Please sign in to comment.