summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-24 08:47:48 +0300
committerDevaev Maxim <[email protected]>2018-11-24 08:47:48 +0300
commit35b927a6e1e151beccd578590af3337c75a22fc7 (patch)
treef08e381617fa78b7ecc9b1ff6b0b1a9b527af002 /web
parentb4639f7bb8c37cc421ce07d9baefeada129fd8c3 (diff)
index: fixed quotes
Diffstat (limited to 'web')
-rw-r--r--web/js/index/main.js2
1 files changed, 1 insertions, 1 deletions
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 = `
<span class="code-comment"># On Linux using Chromium/Chrome via any terminal:<br>
- $</span> &bsol;which chromium 2>/dev/null || which chrome 2>/dev/null&bsol; --app="${url}"<br>
+ $</span> \`which chromium 2>/dev/null || which chrome 2>/dev/null\` --app="${url}"<br>
<br>
<span class="code-comment"># On MacOS using Terminal application:<br>
$</span> /Applications/Google&bsol; Chrome.app/Contents/MacOS/Google&bsol; Chrome --app="${url}"<br>