Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m.walczak committed Apr 19, 2020
1 parent a60c33d commit 89ac92f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><link rel=stylesheet href=https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.4.1/css/all.css integrity=sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz crossorigin=anonymous><title>cards-vue</title><link href=/js/about.9438a367.js rel=prefetch><link href=/css/app.331f1245.css rel=preload as=style><link href=/css/chunk-vendors.6bbededb.css rel=preload as=style><link href=/js/app.86650205.js rel=preload as=script><link href=/js/chunk-vendors.e70629eb.js rel=preload as=script><link href=/css/chunk-vendors.6bbededb.css rel=stylesheet><link href=/css/app.331f1245.css rel=stylesheet></head><body><noscript><strong>We're sorry but cards-vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.e70629eb.js></script><script src=/js/app.86650205.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><link rel=stylesheet href=https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.4.1/css/all.css integrity=sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz crossorigin=anonymous><title>cards-vue</title><link href=/js/about.9438a367.js rel=prefetch><link href=/css/app.331f1245.css rel=preload as=style><link href=/css/chunk-vendors.6bbededb.css rel=preload as=style><link href=/js/app.526d7d86.js rel=preload as=script><link href=/js/chunk-vendors.e70629eb.js rel=preload as=script><link href=/css/chunk-vendors.6bbededb.css rel=stylesheet><link href=/css/app.331f1245.css rel=stylesheet></head><body><noscript><strong>We're sorry but cards-vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.e70629eb.js></script><script src=/js/app.526d7d86.js></script></body></html>
4 changes: 2 additions & 2 deletions dist/js/app.86650205.js → dist/js/app.526d7d86.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.526d7d86.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/js/app.86650205.js.map

This file was deleted.

1 change: 1 addition & 0 deletions src/components/round.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export default {
message: 'Round finished, how about starting another one?',
type: 'is-success',
});
this.startAutoUpdate();
},
roundCardsSelected() {
if (
Expand Down

0 comments on commit 89ac92f

Please sign in to comment.