From fe5e191d68bea6a3723e59b52602838a6fd3defc Mon Sep 17 00:00:00 2001 From: Steven Chan Date: Fri, 5 Sep 2014 11:48:17 -0700 Subject: [PATCH] Forgot to proxy the URLs in availability actions Signed-off-by: Steven Chan --- src/od_data.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/od_data.coffee b/src/od_data.coffee index 9b0a871..4b37d61 100644 --- a/src/od_data.coffee +++ b/src/od_data.coffee @@ -69,6 +69,7 @@ define [ @zero() @hold email_address if @actions?.hold + @proxies @actions if @actions? return @ -- 2.11.0