mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-05 20:59:46 -06:00
fix inconsistent asset urls
This commit is contained in:
@@ -39,7 +39,7 @@ function withPlotly(callback: () => void): void {
|
||||
// Otherwise fetch plotly and call the callback when it's done
|
||||
console.debug('Fetching plotly.js');
|
||||
let script = document.createElement('script');
|
||||
script.src = '/rio/asset/special/plotly.min.js';
|
||||
script.src = '/rio/assets/special/plotly.min.js';
|
||||
|
||||
fetchPlotlyPromise = new Promise((resolve) => {
|
||||
script.onload = () => {
|
||||
|
||||
Reference in New Issue
Block a user