Skip to content

Commit

Permalink
Revert aacb6e3
Browse files Browse the repository at this point in the history
It turns out that this also prevents the beacon from firing on Mobile Safari.
  • Loading branch information
Philip Tellis committed Feb 6, 2015
1 parent b3ea8f2 commit 63102e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions boomerang.js
Expand Up @@ -634,11 +634,6 @@ boomr = {
var input = document.createElement("input"),
urls = [ impl.beacon_url ];

// running inside a UIWebView. Our beacons don't work well here
if(navigator.standalone === false) {
return;
}

form.method = method;
form.id = "beacon_form";

Expand Down

0 comments on commit 63102e1

Please sign in to comment.