1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 10:55:46 +01:00

Update :extensions with live update and buttons like :downloads. Rename to :addons.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-24 03:56:27 -05:00
parent 37719fdf1f
commit 93b9aade1d
9 changed files with 544 additions and 361 deletions

View File

@@ -38,7 +38,7 @@ var Download = Class("Download", {
</span>
</span>
<span highlight="DownloadState" key="state"/>
<span highlight="DownloadButtons">
<span highlight="DownloadButtons Buttons">
<a highlight="Button" key="pause">Pause</a>
<a highlight="Button" key="remove">Remove</a>
<a highlight="Button" key="resume">Resume</a>
@@ -304,9 +304,6 @@ var Downloads = Module("downloads", {
function (args) {
let downloads = DownloadList(modules);
modules.commandline.echo(downloads);
if (modules.commandline.savingOutput)
util.waitFor(function () downloads.document);
});
}
});