Skip to content

Commit

Permalink
Fix small issue with the google preview button
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarnier committed Sep 25, 2019
1 parent 87c08e5 commit ec1a5c3
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 ec1a5c3

Please sign in to comment.