added mozlog and file exists route

This commit is contained in:
Abhinav Adduri 2017-06-08 13:45:28 -07:00
parent f9c2eb1ae4
commit 900fe32460
9 changed files with 127 additions and 49 deletions

View file

@ -1,4 +1,5 @@
const FileSender = require('./fileSender');
const $ = require('jquery');
$(document).ready(function() {
let copyBtn = $('#copy-btn');