diff options
author | anekos | 2011-02-27 09:57:08 +0900 |
---|---|---|
committer | anekos | 2011-02-27 09:57:08 +0900 |
commit | 1341ab9980126085810956030116cc4ce6db8394 (patch) | |
tree | c66da45712f5b6dc2f14be48a0b1be182a1e4d28 /usi.js | |
parent | f94a80cacda156307163af1ea30b9ade5c6f5543 (diff) | |
download | vimperator-plugins-1341ab9980126085810956030116cc4ce6db8394.tar.bz2 |
とりあえず、 usi でもタスクを見られるようにした
Diffstat (limited to 'usi.js')
-rw-r--r-- | usi.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -735,7 +735,9 @@ let INFO = ['usi'], 'for Remember The Milk', function (args) { - if (!Save.get('authorized')) + if (Save.get('authorized')) + liberator.execute('usi task'); + else Cow.openAuthPage(); }, { |