Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
add param to survey
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen authored and andrenatal committed Nov 15, 2017
1 parent fa42597 commit 7638af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
const POPUP_WRAPPER_MARKUP = `<div id="stm-popup">
<div id="stm-header"><div role="button" tabindex="1" id="stm-close"></div></div>
<div id="stm-inject"></div>
<a href="https://qsurvey.mozilla.com/s3/voice-fill?ref=product" id="stm-feedback" role="button" tabindex="2">Feedback</a>
<a href="https://qsurvey.mozilla.com/s3/voice-fill?ref=product&ver=2" id="stm-feedback" role="button" tabindex="2">Feedback</a>
</div>`;

// When submitting, this markup is passed in
Expand Down

0 comments on commit 7638af6

Please sign in to comment.