cleanup file locations
This commit is contained in:
parent
38395eeed9
commit
8aa1f119ea
9 changed files with 254 additions and 100 deletions
|
|
@ -23,7 +23,7 @@ $(function() {
|
|||
posterFrame = 1515,
|
||||
points = [2059, 2748],
|
||||
videoId = document.location.hash.substring(1),
|
||||
videoUrl = "/" + videoId + "/96p." + ($.support.video.webm ? "webm": "mp4").
|
||||
videoUrl = "/" + videoId + "/96p." + ($.support.video.webm ? "webm": "mp4"),
|
||||
stripTimeline = false;
|
||||
|
||||
$.getJSON("/" + videoId + "/data/video.json", function(video) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue