Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhang <peter@innocraft.com>2022-01-07 02:18:00 +0300
committerGitHub <noreply@github.com>2022-01-07 02:18:00 +0300
commit2d654da88d89da6e64f7573d9cb45d46800c7fc8 (patch)
treebe13527184b174580ff581d9cf76e77f447ffbc3 /plugins/Feedback/vue/src/RateFeature/RateFeature.vue
parent9ed7e1815e263aa8a1a52332311ba0fd3489bb01 (diff)
Installation pages send API request to API.getPagesComparisonsDisabledFor (#18525)
* if module not find, then skip if module not find, then skip * built vue files * Update Comparisons.store.ts * built vue files * Update Comparisons.store.ts update * Update plugins/CoreHome/vue/src/Comparisons/Comparisons.store.ts Co-authored-by: Stefan Giehl <stefan@matomo.org> * cs * built vue files * fix installation detection * built vue files Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
Diffstat (limited to 'plugins/Feedback/vue/src/RateFeature/RateFeature.vue')
-rw-r--r--plugins/Feedback/vue/src/RateFeature/RateFeature.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/vue/src/RateFeature/RateFeature.vue b/plugins/Feedback/vue/src/RateFeature/RateFeature.vue
index fdfd0dc13c..6c2019bd9d 100644
--- a/plugins/Feedback/vue/src/RateFeature/RateFeature.vue
+++ b/plugins/Feedback/vue/src/RateFeature/RateFeature.vue
@@ -257,7 +257,7 @@ export default defineComponent({
AjaxHelper.fetch({
method: 'Feedback.sendFeedbackForFeature',
featureName: this.title,
- like: this.like ? 1:0,
+ like: this.like ? 1 : 0,
choice: this.like ? this.likeReason : this.dislikeReason,
message: this.feedbackMessage,
}).then((res) => {