Skip to content

Commit

Permalink
fixing the embed code to point to production data
Browse files Browse the repository at this point in the history
  • Loading branch information
cromulus committed Mar 7, 2016
1 parent f767b96 commit b24dd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed_code_for_new_people.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
} else {
jQuery(function() {
var s = document.createElement('script');
s.src = "//patterns.brl.nyc/assets/seamless/build/seamless.parent.min.self.js";
s.src = "https://patterns.brl.nyc/js/seamless.parent.min.js";
document.head.appendChild(s);
setTimeout("initSeamless()", 50);
});
Expand Down

0 comments on commit b24dd21

Please sign in to comment.