diff --git a/content/io.js b/content/io.js index 85c0edd8..375091d0 100644 --- a/content/io.js +++ b/content/io.js @@ -97,7 +97,10 @@ function IO() //{{{ liberator.echomsg("Download of " + title + " to " + file + " finished", 1); autocommands.trigger("DownloadPost", { url: url, title: title, file: file, size: size }); } - } + }, + onStateChange: function () {}, + onProgressChange: function () {}, + onSecurityChange: function () {} }; downloadManager.addListener(downloadListener);