Skip to content

Commit d245cbb

Browse files
committed
[star-rating] Fix close post message
1 parent 2e9cca6 commit d245cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/star-rating/frontend/public/templates/feedback-popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
}
644644
else if (window.parent && typeof window.parent.postMessage === 'function') {
645645
var payload = JSON.stringify({
646-
close: 1,
646+
close: true,
647647
cly_widget_command: 1
648648
});
649649

0 commit comments

Comments
 (0)