Remove outdated unused var in theme js code
This commit is contained in:
parent
f2cb601c11
commit
e2a8600712
|
@ -16,9 +16,6 @@ function playpen_text(playpen) {
|
||||||
}
|
}
|
||||||
|
|
||||||
(function codeSnippets() {
|
(function codeSnippets() {
|
||||||
// Hide Rust code lines prepended with a specific character
|
|
||||||
var hiding_character = "#";
|
|
||||||
|
|
||||||
function fetch_with_timeout(url, options, timeout = 6000) {
|
function fetch_with_timeout(url, options, timeout = 6000) {
|
||||||
return Promise.race([
|
return Promise.race([
|
||||||
fetch(url, options),
|
fetch(url, options),
|
||||||
|
|
Loading…
Reference in New Issue