From 88b27cba0f38da386ab60d7f5053028ea8c22bfc Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Thu, 8 Dec 2016 12:15:21 -0800 Subject: [PATCH] fix: updated the way the testbed changes deep links --- testbed/www/js.es6/index.js | 3 ++- testbed/www/js/index.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/testbed/www/js.es6/index.js b/testbed/www/js.es6/index.js index b03a6ffc..5558851c 100644 --- a/testbed/www/js.es6/index.js +++ b/testbed/www/js.es6/index.js @@ -182,7 +182,8 @@ function BranchDeepLink() { $ipad_url: "http://www.example.com/ipad", more_custom: "data", even_more_custom: true, - this_is_custom: 41231 + this_is_custom: 41231, + this_is_date: Date.now() }; // needs a universal object diff --git a/testbed/www/js/index.js b/testbed/www/js/index.js index 042c2bf7..0a7d663f 100644 --- a/testbed/www/js/index.js +++ b/testbed/www/js/index.js @@ -184,7 +184,8 @@ function BranchDeepLink() { $ipad_url: "http://www.example.com/ipad", more_custom: "data", even_more_custom: true, - this_is_custom: 41231 + this_is_custom: 41231, + this_is_date: Date.now() }; // needs a universal object