diff --git a/src/JBrowse/Browser.js b/src/JBrowse/Browser.js index cba301a1a2..ee4c73bcae 100644 --- a/src/JBrowse/Browser.js +++ b/src/JBrowse/Browser.js @@ -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 ./setup.sh, so you can see the Volvox test data here.'; } catch(e) {}