Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
fix: zipped releases now working again
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Mar 11, 2022
1 parent 737261c commit 6d4c5a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

This file documents any relevant changes done to ViUR Vi since version 2.
## [3.0.12] - 2022-03-11
- Fix: zipped releases now working again

## [3.0.11] - 2022-03-07
- Fix: Flare update
Expand Down
3 changes: 1 addition & 2 deletions vi/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ def startup(self):

def initializeViews(self):
root = os.path.dirname(__file__) # path to root package
registerViews(root, "views")

registerViews("/vi.zip/vi", "views")
# load default View
updateDefaultView("overview")
conf["views_state"].updateState("activeView", "overview")
Expand Down
2 changes: 1 addition & 1 deletion vi/flare
Submodule flare updated 1 files
+1 −1 assets/js/flare.js

0 comments on commit 6d4c5a6

Please sign in to comment.