aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chaika.js24
1 files changed, 13 insertions, 11 deletions
diff --git a/chaika.js b/chaika.js
index 5f965db..bf03ba0 100644
--- a/chaika.js
+++ b/chaika.js
@@ -64,7 +64,8 @@ let INFO = xml`
(function () {
const Chaika = {};
Components.utils.import("resource://chaika-modules/ChaikaThread.js", Chaika);
- Components.utils.import("resource://chaika-modules/Chaika2chViewer.js", Chaika);
+ // FIXME
+ // Components.utils.import("resource://chaika-modules/Chaika2chViewer.js", Chaika);
function deleteCurrentThreadLog () {
let currentURI = getBrowser().currentURI.QueryInterface(Ci.nsIURL);
@@ -107,16 +108,17 @@ let INFO = xml`
}
}
),
- new Command(
- ['auth'],
- 'Maru auth(?)',
- function (args) {
- Chaika.Chaika2chViewer.auth();
- },
- {
- argCount: '0'
- }
- ),
+ // FIXME
+ // new Command(
+ // ['auth'],
+ // 'Maru auth(?)',
+ // function (args) {
+ // Chaika.Chaika2chViewer.auth();
+ // },
+ // {
+ // argCount: '0'
+ // }
+ // ),
new Command(
['abonem[anager]'],
'Open abone manager',