Add noscript tag

This commit is contained in:
Peter deHaan 2017-08-02 23:37:55 -07:00
parent ee444186e9
commit 3f316fb8b0
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
4 changed files with 16 additions and 1 deletions

View file

@ -19,6 +19,7 @@ if (storage.has('referrer')) {
}
$(document).ready(function() {
$('#page-one').removeAttr('hidden');
$('#file-upload').change(onUpload);
$('.legal-links a, .social-links a, #dl-firefox').click(function(target) {