mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Append galaxy prefix to config href
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/***
|
||||
|
||||
Chimera interactions viewer. It reads sqlite file
|
||||
Chimera interactions viewer. It reads sqlite file
|
||||
and shows up the list of interactions and a summary
|
||||
in multiple plots, comic alignments
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<script>
|
||||
$(document).ready(function (){
|
||||
var config = {
|
||||
href: document.location.origin,
|
||||
href: document.location.origin + '${h.url_for( "/" )}'.replace(/\/$/, ''),
|
||||
dataName: '${hda.name}',
|
||||
datasetID: '${trans.security.encode_id(hda.id)}',
|
||||
tableNames: {
|
||||
|
||||
Reference in New Issue
Block a user