Skip to content

Commit

Permalink
fixing issue 4
Browse files Browse the repository at this point in the history
  • Loading branch information
graboskyc committed Apr 13, 2018
1 parent 3b95a68 commit b3865a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function setMain(path, e) {
$('#mainvid source').attr('src', fp);
$("#mainvid").load();

resetDisq(path, "http://grabosky.dyndns.org:9999/media/smaller/"+path, "Video " + path);
resetDisq(path, window.location.protocol + "//" + window.location.host + "/media/smaller/"+path, "Video " + path);

if(filter.length>3) {
$("#overlayimage").attr("src","overlays/"+filter);
Expand Down

0 comments on commit b3865a8

Please sign in to comment.