mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-15 08:33:31 +01:00
Fix shortcomings in last commit.
This commit is contained in:
@@ -258,6 +258,10 @@ var DownloadList = Class("DownloadList",
|
||||
if (node.update && node.update != update)
|
||||
node.update();
|
||||
this.updateProgress();
|
||||
|
||||
let event = this.document.createEvent("Events");
|
||||
event.initEvent("dactyl-commandupdate", true, false);
|
||||
this.document.dispatchEvent(event);
|
||||
},
|
||||
|
||||
timeRemaining: Infinity,
|
||||
|
||||
Reference in New Issue
Block a user