Browse Source

hide github fork banner by default

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
b8b94f4d6c
  1. 1
      app/env.js
  2. 2
      views/layout.pug

1
app/env.js

@ -1,6 +1,7 @@
module.exports = {
cookiePassword: "0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
debug: false,
showForkBanner: false,
rpcBlacklist:[
"stop"

2
views/layout.pug

@ -83,7 +83,7 @@ html
li © 2018
a(href="https://danjanosik.com") Dan Janosik
if (env.showForkBanner)
div(class="d-none d-md-block")
a(href="https://github.com/janoside/btc-rpc-explorer")
img(style="position: absolute; top: 0; left: 0; border: 0;", src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67", alt="Fork me on GitHub", data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png")

Loading…
Cancel
Save