Skip to content

Commit

Permalink
fix URIs (localhost -> trompa.mdw)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicog committed Sep 16, 2019
1 parent 260aa3f commit 52c1f4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/containers/companion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Score from 'meld-clients-core/src/containers/score';
import { traverse, registerTraversal, setTraversalObjectives, checkTraversalObjectives, scoreNextPageStatic, scorePrevPageStatic, scorePageToComponentTarget, fetchScore } from 'meld-clients-core/src/actions/index';
import { registerClock, tickTimedResource } from 'meld-clients-core/src/actions/index'

const traversalUri = "http://localhost:8080/rdfcache/CSchumann200.min.json"
const traversalUri = "https://trompa.mdw.ac.at/rdfcache/CSchumann200.min.json"


const vrvOptions = {
Expand Down Expand Up @@ -79,10 +79,10 @@ class Companion extends Component {
componentDidMount() {
this.props.registerTraversal(traversalUri, {
numHops:0,
objectPrefixWhitelist:["http://localhost:8080/"],
objectPrefixWhitelist:["https://trompa.mdw.ac.at/"],
objectPrefixBlacklist:[
"http://localhost:8080/videos/",
"http://localhost:8080/mei/Schumann-Clara_Romanze-ohne-Opuszahl_A-Moll.mei"
"https://trompa.mdw.ac.at/videos/",
"https://trompa.mdw.ac.at/mei/Schumann-Clara_Romanze-ohne-Opuszahl_A-Moll.mei"
]
});
document.addEventListener('keydown', this.monitorKeys);
Expand Down

0 comments on commit 52c1f4c

Please sign in to comment.