1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

swap the don't like url to point to the store support

This commit is contained in:
cTn 2014-11-29 11:40:18 +01:00
parent 19f2368bb9
commit 8150bb7c07

View file

@ -114,7 +114,7 @@ $(document).ready(function () {
if (stage == 2) { if (stage == 2) {
if ($(this).hasClass('yes')) { if ($(this).hasClass('yes')) {
window.open('https://github.com/multiwii/baseflight-configurator/issues'); window.open('https://chrome.google.com/webstore/detail/baseflight-configurator/mppkgnedeapfejgfimkdoninnofofigk/support');
data.refused = new Date().getTime(); data.refused = new Date().getTime();
googleAnalytics.sendEvent('Review', 'Submits Bug Ticket', true); googleAnalytics.sendEvent('Review', 'Submits Bug Ticket', true);
} else { } else {