From 72c234188e26c4bf03e04680eee0425019f1a4cd Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Tue, 25 Sep 2018 11:34:10 -0700 Subject: [PATCH] Updating the link to firmware at the right location (#1292) --- editor/extension.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/extension.ts b/editor/extension.ts index f04b3061..05bcdf6c 100644 --- a/editor/extension.ts +++ b/editor/extension.ts @@ -862,6 +862,7 @@ namespace pxt.editor { function webUsbPairDialogAsync(confirmAsync: (options: any) => Promise): Promise { const boardName = pxt.appTarget.appTheme.boardName || "???"; + const docUrl = pxt.appTarget.appTheme.usbDocs; const htmlBody = `
@@ -915,7 +916,6 @@ namespace pxt.editor {
`; const buttons: any[] = []; - const docUrl = pxt.appTarget.appTheme.usbDocs; if (docUrl) { buttons.push({ label: lf("Help"),