From 35b927a6e1e151beccd578590af3337c75a22fc7 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 24 Nov 2018 08:47:48 +0300 Subject: index: fixed quotes --- web/js/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js') diff --git a/web/js/index/main.js b/web/js/index/main.js index 5b576b6a..31c6905a 100644 --- a/web/js/index/main.js +++ b/web/js/index/main.js @@ -7,7 +7,7 @@ function __setAppText() { var url = window.location.href; $("app-text").innerHTML = ` # On Linux using Chromium/Chrome via any terminal:
- $
\which chromium 2>/dev/null || which chrome 2>/dev/null\ --app="${url}"
+ $ \`which chromium 2>/dev/null || which chrome 2>/dev/null\` --app="${url}"

# On MacOS using Terminal application:
$
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${url}"
-- cgit v1.2.3