Skip to content

Commit

Permalink
fixing absolute path on nodes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimieMurdock committed Oct 26, 2018
1 parent cc042ee commit 68089b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion topicexplorer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class _VersionModule(types.ModuleType):

@property
def __version__(self):
return "1.0b218"
return "1.0b219"

@property
def __pretty_version__(self):
Expand Down
2 changes: 1 addition & 1 deletion www/cluster.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ <h2>
<script src="/lib/jquery-2.2.4.min.js"></script>
<script src="/lib/bootstrap-3.3.6/js/bootstrap.min.js"></script>
<script src="/lib/inpho/util.js"></script>
<script src="nodes.js"></script>
<script src="/nodes.js"></script>

0 comments on commit 68089b7

Please sign in to comment.