From e07d2b066026d2e8138cb52dcfdad24a5e5c0c66 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sun, 7 May 2017 08:13:45 +0530 Subject: Add instructions for Windows and Android --- .../addons/onboardingapp/templates/index.html | 33 ++++++++++++++++++---- 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html index 8487a3cb..98fcd32d 100644 --- a/mitmproxy/addons/onboardingapp/templates/index.html +++ b/mitmproxy/addons/onboardingapp/templates/index.html @@ -6,7 +6,6 @@ function changeTo(device) { if (device == "apple") { var text = `

Apple: How to install on macOS / OSX

`; } else if (device == "windows") { - var text = `

Windows: How to install

`; + var text = `

Windows: How to install on Windows

+ `; } else if (device == "android") { - var text = `

Android: How to install

`; + var text = `

Android: How to install on Android

+ `; } else if (device == "asterisk") { - var text = `

others

`; + var text = ""; } document.getElementById("dynamic").innerHTML = text; } -- cgit v1.2.3