X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2FproblemSummary.js;h=08109effeafb7a8941d393116c0c88a837d7925a;hb=936dc463c969f648ae0bc81074ff3272c7c99697;hp=2c9ea94ef3661ad7f56d49c1c5a6d275712e8eb3;hpb=ae99d72ce4e0912f459b89059731563f5f20d34d;p=vchess.git diff --git a/public/javascripts/components/problemSummary.js b/public/javascripts/components/problemSummary.js index 2c9ea94e..08109eff 100644 --- a/public/javascripts/components/problemSummary.js +++ b/public/javascripts/components/problemSummary.js @@ -11,8 +11,8 @@ Vue.component('my-problem-preview', {

{{ timestamp2date(prob.added) }}

- - + +
@@ -29,8 +29,5 @@ Vue.component('my-problem-preview', { timestamp2date(ts) { return getDate(new Date(ts)); }, - sendSignal: function(action) { - this.$emit(action + "-problem"); - }, }, })