Skip to content

Commit

Permalink
remove one line code
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Dec 9, 2017
1 parent 6c228bc commit 42e7fc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file added export-medium.zip
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const loadIcon = document.querySelector('.load')
const exportBtn = document.querySelector('.export')
const sourceDiv = document.querySelector('#source')
const rightAreaDiv = document.querySelector('.right-area')
const historyDiv = document.querySelector('.history-list')
const MEDIUM_IMG_CDN = 'https://cdn-images-1.medium.com/max/'

exportBtn.addEventListener('click', function () {
Expand Down

0 comments on commit 42e7fc0

Please sign in to comment.