Skip to content

Commit

Permalink
use absolute paths for files
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Oct 31, 2018
1 parent 11e8fc9 commit 109d4cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,18 @@ function hashChanged() {
initialConfig.layer = 3;
break;
case '1d': // duo
initialConfig.url = './files/bach_duo.json';
initialConfig.url = 'https://storage.googleapis.com/nips-workshop-visualization/files/bach_duo.json';
initialConfig.step = 403;
initialConfig.top = 80;
initialConfig.noteWidth = 5;
break;
case '3a': // performance
initialConfig.url = './files/performance_big.json';
initialConfig.url = 'https://storage.googleapis.com/nips-workshop-visualization/files/performance_big.json';
initialConfig.step = 895;
initialConfig.top = 80;
break;
case '3b': // performance
initialConfig.url = './files/performance_big.json';
initialConfig.url = 'https://storage.googleapis.com/nips-workshop-visualization/files/performance_big.json';
initialConfig.step = 948;
initialConfig.top = 80;
break;
Expand Down

0 comments on commit 109d4cd

Please sign in to comment.