Append galaxy prefix to config href

This commit is contained in:
mahendrapaipuri
2023-05-19 17:20:39 +02:00
parent 8dcff0be88
commit dd5f65ca89
2 changed files with 2 additions and 2 deletions
@@ -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: {