diff options
author | Devaev Maxim <[email protected]> | 2018-11-24 08:47:48 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-24 08:47:48 +0300 |
commit | 35b927a6e1e151beccd578590af3337c75a22fc7 (patch) | |
tree | f08e381617fa78b7ecc9b1ff6b0b1a9b527af002 /web | |
parent | b4639f7bb8c37cc421ce07d9baefeada129fd8c3 (diff) |
index: fixed quotes
Diffstat (limited to 'web')
-rw-r--r-- | web/js/index/main.js | 2 |
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> \which chromium 2>/dev/null || which chrome 2>/dev/null\ --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\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${url}"<br> |