Skip to content

Commit

Permalink
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed Dec 28, 2013
2 parents 7bd2eb5 + 925d0a2 commit 95e9d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/javascripts/page_helper.js
Expand Up @@ -189,6 +189,7 @@ function setupSVGedit(path){
}
}
Event.observe(t, 'mouseup', callback );
Event.observe(SVGeditButton, 'click', callback );
var my_loc = window.location.protocol + '//' + window.location.host;
Event.observe(window, "message", function(event){
if(event.origin !== my_loc) { return;}
Expand Down

0 comments on commit 95e9d53

Please sign in to comment.