Skip to content

Commit

Permalink
bump v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hpat0003 committed Oct 7, 2018
1 parent 02792ec commit cc82246
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Moodle Downloader",
"description": "A chrome extension for downloading Moodle resources",
"version": "1.3.1",
"version": "1.3.2",
"icons": {
"16": "assets/icon16.png",
"24": "assets/icon24.png",
Expand Down
4 changes: 0 additions & 4 deletions src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ function downloadResources() {
requestFeedback();
}, (selectedOptions.length+4)*INTERVAL);

// chrome.downloads.onDeterminingFilename.addListener(function(item, suggest) {
// suggest({filename: 'MD/' + item.filename});
// });

// selectedOptions.forEach(option => chrome.downloads.download({url: option.value}));
selectedOptions.forEach((option, index) => {
setTimeout(() => {
Expand Down

0 comments on commit cc82246

Please sign in to comment.