Skip to content

Commit

Permalink
fix renamed path
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Nov 15, 2019
1 parent 4b7e0ee commit 6c828cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { TYPES, svgNS, getLocationHash, drawMusicLine } from './utils.js';
// TODO: fix this parsing for the anonymous link.
const KIND = window.location.pathname.substr(1).replace('.html','')
.replace('nips-workshop-visualization/','')
.replace('transformer-visualization/', '');
.replace('music-transformer-visualization/', '');

let initialConfig = {};
initialConfig.url = KIND === TYPES.BACH ?
Expand Down

0 comments on commit 6c828cb

Please sign in to comment.