Skip to content

Commit

Permalink
fix: we don't have access to these
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli Bye committed Jan 28, 2012
1 parent 4149631 commit 7fd8f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/webintents/static/picker.js
Expand Up @@ -25,7 +25,6 @@ var decodeNameTransport = function(str) {
attachEventListener(window, "load", function() {
console.log(window.name);
var intent = decodeNameTransport(window.name);
window.name = "";

data = {};
data.request = "startActivity";
Expand All @@ -39,5 +38,4 @@ attachEventListener(window, "load", function() {
var suggestions = document.getElementById("suggestions");
suggestions.src = "//registry.webintents.org/suggestions.html?action=" + intent.action + "&type=" + intent.type;

window.resizeTo(300,300);
}, false);

0 comments on commit 7fd8f69

Please sign in to comment.