Skip to content

Commit

Permalink
Version 0.5.5, Rev2081, Lack of JS notification
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed May 18, 2017
1 parent 077b3df commit e6680b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
class Config(object):

def __init__(self, argv):
self.version = "0.5.4"
self.rev = 2080
self.version = "0.5.5"
self.rev = 2081
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"
Expand Down
3 changes: 3 additions & 0 deletions src/Ui/template/wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
</head>
<body style="{body_style}">

<noscript>
<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>
</noscript>
<script>
// If we are inside iframe escape from it
if (window.self !== window.top) window.open(window.location.toString(), "_top");
Expand Down

0 comments on commit e6680b4

Please sign in to comment.