summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-03-22 15:27:23 -0700
committerMicah Lee <micah@micahflee.com>2019-03-22 15:27:23 -0700
commitc0e6137294e99e882d119fb3cb10f92e6c7f2c3c (patch)
treea211629e91f23a1378aebeabce136569b4582cfa
parentf15fee8ee21276a6822c99518bb5d59328c8d4a7 (diff)
downloadonionshare-c0e6137294e99e882d119fb3cb10f92e6c7f2c3c.tar.gz
onionshare-c0e6137294e99e882d119fb3cb10f92e6c7f2c3c.zip
Fix css on receive.html as well
-rw-r--r--share/templates/receive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/receive.html b/share/templates/receive.html
index 89a64a15..b4eb45a2 100644
--- a/share/templates/receive.html
+++ b/share/templates/receive.html
@@ -3,7 +3,7 @@
<head>
<title>OnionShare</title>
<link href="/static/img/favicon.ico" rel="icon" type="image/x-icon">
- <link rel="stylesheet" rel="subresource" type="text/css" href="/static/css/style.css" media="none" onload="if(media!='all')media='all'">
+ <link rel="stylesheet" rel="subresource" type="text/css" href="/static/css/style.css" media="all">
</head>
<body>