Skip to content

Commit

Permalink
fix var url path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdaaz committed Oct 29, 2021
1 parent 85f073a commit 1b97599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/embed-pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
window.onload = function() {
// If absolute URL from the remote server is provided, configure the CORS
// header on that server.
var url = "https://florencekelley.northwestern.edu" + '{{ .Get "url" }}';
var url = '{{ .Get "url" }}';

var hidePaginator = "{{ .Get "hidePaginator" }}" === "true";
var hideLoader = "{{ .Get "hideLoader" }}" === "true";
Expand Down

0 comments on commit 1b97599

Please sign in to comment.