diff options
| author | 2014-03-10 17:02:48 +0100 | |
|---|---|---|
| committer | 2014-03-10 17:02:48 +0100 | |
| commit | 07201c8241561d0e2f8b2b27848c9f4bd1a67a9c (patch) | |
| tree | 66ee16b24b2eb2f16453dc23ca96cf59ebe28b88 | |
| parent | 2ac470f56939c635d0199c21740e82b85e60da22 (diff) | |
| download | conkeror-07201c8241561d0e2f8b2b27848c9f4bd1a67a9c.tar.gz conkeror-07201c8241561d0e2f8b2b27848c9f4bd1a67a9c.zip | |
Oops, forgot
| -rw-r--r-- | .conkerorrc/init.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 51e40a2..8b2f830 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -261,8 +261,7 @@ function read_url_github_command_handler(input) return read_url_github_repo_command_handler(input); } -read_url_handler_list = [read_url_github_command_handler, - read_url_qd_handler]; +read_url_handler_list = [read_url_github_command_handler]; // Mozrepl let (mozrepl_init = get_home_directory()) { |
