Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 6b537bc

Browse files
author
Nicolas Garnier
authored
Merge pull request #345 from googlecodelabs/fix-feedback
Make sure the productID sent for feedback is not obfuscated.
2 parents d824545 + dd44178 commit 6b537bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codelab-elements/google-codelab/google_codelab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ class Codelab extends HTMLElement {
755755
(e) => {
756756
if ('userfeedback' in window) {
757757
window['userfeedback']['api']['startFeedback']
758-
({productId: '5143948'});
758+
({'productId': '5143948'});
759759
}
760760
});
761761
}

0 commit comments

Comments
 (0)