Skip to content

Commit

Permalink
Merge pull request googlecodelabs#355 from googlecodelabs/preview-issue
Browse files Browse the repository at this point in the history
Fix small issue with the google preview button
  • Loading branch information
skarEE authored Sep 25, 2019
2 parents 87c08e5 + ec1a5c3 commit b9c44a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codelab-elements/google-codelab/google_codelab.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ class Codelab extends HTMLElement {
if ('userfeedback' in window) {
window['userfeedback']['api']['startFeedback']
({'productId': '5143948'});
e.preventDefault();
}
});
}
Expand Down

0 comments on commit b9c44a5

Please sign in to comment.