From fce615842d37b491eb75b28998ff21570a11400c Mon Sep 17 00:00:00 2001 From: Abhinav Adduri Date: Mon, 10 Jul 2017 13:35:32 -0700 Subject: [PATCH] no longer renders 'send another file' --- frontend/src/upload.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/upload.js b/frontend/src/upload.js index e9f0811a..ac17b2a1 100644 --- a/frontend/src/upload.js +++ b/frontend/src/upload.js @@ -5,12 +5,10 @@ const $ = require('jquery'); const Raven = window.Raven; $(document).ready(function() { - - // added as a print statement for now, eventually move init stuff - // into here and display an error page if it's not compliant gcmCompliant().catch(err => { $('#page-one').hide(); $('#compliance-error').show(); + $('#compliance-error .send-new').hide() }) // reset copy button