From e44041cfe53f11d15d9f6d8533a4eed6bb44d3a4 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 6 Apr 2024 14:18:38 +0200 Subject: [PATCH] Mark the command as not to translate --- themes/svrjswebsite/source/js/indextabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/svrjswebsite/source/js/indextabs.js b/themes/svrjswebsite/source/js/indextabs.js index 9e8d0c6..6bd67a5 100644 --- a/themes/svrjswebsite/source/js/indextabs.js +++ b/themes/svrjswebsite/source/js/indextabs.js @@ -73,7 +73,7 @@ if (tabs.length > 0) { if (i == tabs.length) { container.innerHTML = otherTabOuterHTML; } else { - container.innerHTML = "
Install SVR.JS
Copy
" + escapeHTML(tabs[i].command) + "
"; + container.innerHTML = "
Install SVR.JS
Copy
" + escapeHTML(tabs[i].command) + "
"; document.getElementById("command-tab-copy").onclick = copyHandler; } }