Skip to content

Commit

Permalink
adding seamless.js to the public folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
cromulus committed Mar 7, 2016
1 parent ea2f3a2 commit f767b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embed_code_for_new_people.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<iframe id="patterns_iframe" src="#"></iframe>
<script>
document.getElementById('patterns_iframe').src="http://bill.patterns.dev/public/people/new?referrer=" + window.location.href;
document.getElementById('patterns_iframe').src="https://patterns.brl.nyc/public/people/new?referrer=" + window.location.href;
var jQueryScriptOutputted = false;
function initJQuery() {
//if the jQuery object isn't available
Expand All @@ -17,7 +17,7 @@
} else {
jQuery(function() {
var s = document.createElement('script');
s.src = "//bill.patterns.dev/assets/seamless/build/seamless.parent.min.self.js";
s.src = "//patterns.brl.nyc/assets/seamless/build/seamless.parent.min.self.js";
document.head.appendChild(s);
setTimeout("initSeamless()", 50);
});
Expand Down
2 changes: 2 additions & 0 deletions public/js/seamless.parent.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f767b96

Please sign in to comment.