mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Calculate app_root dynamically
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<%
|
||||
app_root = "/static/plugins/visualizations/hyphyvision/static/"
|
||||
app_root = h.url_for("/static/plugins/visualizations/hyphyvision/static/")
|
||||
%>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
Reference in New Issue
Block a user