Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Load previous uploads #134

Merged
merged 7 commits into from
Jun 24, 2017
Merged

Load previous uploads #134

merged 7 commits into from
Jun 24, 2017

Conversation

dnarcese
Copy link
Collaborator

@dnarcese dnarcese commented Jun 23, 2017

-shows previous uploads on refresh
-fix Nevermind button

Fixes #58
Fixes #125

Copy link
Contributor

@ericawright ericawright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge! (after linting errors are fixed)
Note: users need to delete the old contents of their localStorage in order to accommodate this new format, or the error you mentioned earlier (onUpload is undefined) will happen.
(And good idea just adding everything into localStorage so we don't need an extra route)

// copy link to clipboard
$copyBtn.click(() => {
const aux = document.createElement('input');
var aux = document.createElement('input');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use 'let'

@dannycoates dannycoates merged commit 7ee4af0 into master Jun 24, 2017
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants