Skip to content

Commit

Permalink
fix: list on spotlight now works
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 8, 2016
1 parent 9a8a034 commit 441f8a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions testbed/www/js.es6/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ function BranchDeepLink() {

// optional fields
var properties = {
$fallback_url: "www.example.com",
$desktop_url: "www.desktop.com",
$android_url: "www.android.com",
$ios_url: "www.ios.com",
$ipad_url: "www.ipad.com",
$fallback_url: "http://www.example.com/example",
$desktop_url: "http://www.example.com/desktop",
$android_url: "http://www.example.com/android",
$ios_url: "http://www.example.com/ios",
$ipad_url: "http://www.example.com/ipad",
more_custom: "data",
even_more_custom: true,
this_is_custom: 41231
Expand Down Expand Up @@ -215,11 +215,11 @@ function BranchShareSheet() {

// optional fields
var properties = {
$fallback_url: "www.example.com",
$desktop_url: "www.desktop.com",
$android_url: "www.android.com",
$ios_url: "www.ios.com",
$ipad_url: "www.ipad.com",
$fallback_url: "http://www.example.com/example",
$desktop_url: "http://www.example.com/desktop",
$android_url: "http://www.example.com/android",
$ios_url: "http://www.example.com/ios",
$ipad_url: "http://www.example.com/ipad",
more_custom: "data",
even_more_custom: true,
this_is_custom: 41231
Expand Down
20 changes: 10 additions & 10 deletions testbed/www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ function BranchDeepLink() {

// optional fields
var properties = {
$fallback_url: "www.example.com",
$desktop_url: "www.desktop.com",
$android_url: "www.android.com",
$ios_url: "www.ios.com",
$ipad_url: "www.ipad.com",
$fallback_url: "http://www.example.com/example",
$desktop_url: "http://www.example.com/desktop",
$android_url: "http://www.example.com/android",
$ios_url: "http://www.example.com/ios",
$ipad_url: "http://www.example.com/ipad",
more_custom: "data",
even_more_custom: true,
this_is_custom: 41231
Expand Down Expand Up @@ -217,11 +217,11 @@ function BranchShareSheet() {

// optional fields
var properties = {
$fallback_url: "www.example.com",
$desktop_url: "www.desktop.com",
$android_url: "www.android.com",
$ios_url: "www.ios.com",
$ipad_url: "www.ipad.com",
$fallback_url: "http://www.example.com/example",
$desktop_url: "http://www.example.com/desktop",
$android_url: "http://www.example.com/android",
$ios_url: "http://www.example.com/ios",
$ipad_url: "http://www.example.com/ipad",
more_custom: "data",
even_more_custom: true,
this_is_custom: 41231
Expand Down

0 comments on commit 441f8a2

Please sign in to comment.