X-Git-Url: https://git.auder.net/rpsls.js?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2FproblemSummary.js;h=08109effeafb7a8941d393116c0c88a837d7925a;hb=fd08ab2c5b8931bb8c95cf7e9f2f95122647f991;hp=2c9ea94ef3661ad7f56d49c1c5a6d275712e8eb3;hpb=8ef618ef05070642849f50861399116c2d69a816;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"); - }, }, })