From 8150bb7c075079c4c7dc85cf490a5fd7f36d4ff8 Mon Sep 17 00:00:00 2001 From: cTn Date: Sat, 29 Nov 2014 11:40:18 +0100 Subject: [PATCH] swap the don't like url to point to the store support --- js/review.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/review.js b/js/review.js index b568c810..f9d80594 100644 --- a/js/review.js +++ b/js/review.js @@ -114,7 +114,7 @@ $(document).ready(function () { if (stage == 2) { 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(); googleAnalytics.sendEvent('Review', 'Submits Bug Ticket', true); } else {