1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 03:24:11 +01:00

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

--HG--
extra : transplant_source : %CD%8A%D4L%5D%DD%5E6A%1A%02Gm%22%28%0E3%A6%B4%85
This commit is contained in:
Kris Maglione
2011-01-24 03:56:27 -05:00
parent f23e9321f1
commit fb4aafc21e
8 changed files with 539 additions and 358 deletions

View File

@@ -36,7 +36,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>
@@ -285,9 +285,6 @@ var Downloads = Module("downloads", {
function (args) {
let downloads = DownloadList(modules);
modules.commandline.echo(downloads);
if (modules.commandline.savingOutput)
util.waitFor(function () downloads.document);
});
},
dactyl: function (dactyl, modules, window) {