Skip to content

Commit e6680b4

Browse files
committed
Version 0.5.5, Rev2081, Lack of JS notification
1 parent 077b3df commit e6680b4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
class Config(object):
1010

1111
def __init__(self, argv):
12-
self.version = "0.5.4"
13-
self.rev = 2080
12+
self.version = "0.5.5"
13+
self.rev = 2081
1414
self.argv = argv
1515
self.action = None
1616
self.config_file = "zeronet.conf"

src/Ui/template/wrapper.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
</head>
1212
<body style="{body_style}">
1313

14+
<noscript>
15+
<div class="unsupported"><h3>ZeroNet requires JavaScript support.</h3>If you use NoScript: Click on toolbar icon and choose the "Temporary allow all this page" option.</div>
16+
</noscript>
1417
<script>
1518
// If we are inside iframe escape from it
1619
if (window.self !== window.top) window.open(window.location.toString(), "_top");

0 commit comments

Comments
 (0)