Skip to content

Commit

Permalink
Not relative
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Aug 31, 2015
1 parent f149433 commit 1d6d40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ window.onload = function () {
var top = (screen.height / 2) - (h / 2);

if (flag) {
window.open('/flags/4x3/' + flag + '.svg', 'flag-4x3', 'width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
window.open('flags/4x3/' + flag + '.svg', 'flag-4x3', 'width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
}
});
}

0 comments on commit 1d6d40c

Please sign in to comment.