Skip to content

Commit

Permalink
Add another resolveUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 23, 2018
1 parent 622289c commit 7846eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/Browser.js
Expand Up @@ -482,7 +482,7 @@ fatalError: function( error ) {
var errors_div = dojo.byId('fatal_error_list');
dojo.create('div', { className: 'error', innerHTML: formatError(error)+'' }, errors_div );
}
request( 'sample_data/json/volvox/successfully_run' ).then( function() {
request( thisB.resolveUrl('sample_data/json/volvox/successfully_run') ).then( function() {
try {
dojo.byId('volvox_data_placeholder').innerHTML = 'However, it appears you have successfully run <code>./setup.sh</code>, so you can see the <a href="?data=sample_data/json/volvox">Volvox test data here</a>.';
} catch(e) {}
Expand Down

0 comments on commit 7846eb5

Please sign in to comment.