Skip to content

Commit

Permalink
test message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjara committed Jan 30, 2017
1 parent 152f708 commit 26591d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dummy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@


<script>
document.domain = "netdb.io";

document.domain = "netdb.io";

window.addEventLister('message', function(event){
// if (~event.origin.indexOf('http://yoursite.com'))
initPlugin(event.data);
});

function initPlugin(data){

Expand Down

0 comments on commit 26591d5

Please sign in to comment.