no longer renders 'send another file'
This commit is contained in:
parent
64998de423
commit
fce615842d
@ -5,12 +5,10 @@ const $ = require('jquery');
|
|||||||
const Raven = window.Raven;
|
const Raven = window.Raven;
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(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 => {
|
gcmCompliant().catch(err => {
|
||||||
$('#page-one').hide();
|
$('#page-one').hide();
|
||||||
$('#compliance-error').show();
|
$('#compliance-error').show();
|
||||||
|
$('#compliance-error .send-new').hide()
|
||||||
})
|
})
|
||||||
|
|
||||||
// reset copy button
|
// reset copy button
|
||||||
|
Loading…
Reference in New Issue
Block a user